color codes Logo

#688bc4 color codes

#688BC4
(104,139,196)
0 Favorites   0 Comments

Color spaces of #688bc4

RGB 104139196
HSL0.600.440.59
HSV217°47°77°
CMYK 0.470.290.00   0.23
XYZ24.905325.393855.8134
Yxy25.39380.23470.2393
Hunter Lab50.39230.0334-30.3938
CIE-Lab57.45713.3287-33.4122

#688bc4 color RGB value is (104,139,196).

#688bc4 hex color red value is 104, green value is 139 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #688bc4 hue: 0.60 , saturation: 0.44 and the lightness value of 688bc4 is 0.59.

The process color (four color CMYK) of #688bc4 color code is 0.47, 0.29, 0.00, 0.23. Web safe color of #688bc4 is #6699cc. Color #688bc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001011 11000100
Octal 150 213 304
Decimal 104 139 196
Hex 68 8B C4

RGB Percentages of Color #688bc4

%23.69
%31.66
%44.65

CMYK Percentages of Color #688bc4

%47
%29
%0
%23

Triadic Colors of #688bc4

#688bc4 #c4688b #8bc468

Analogous Colors of #688bc4

#688bc4 #7368c4 #68b9c4

Monochromatic Colors of #688bc4

#688bc4

Complementary Color

#688bc4 #c4a168

#688bc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688bc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#688bc4 Color CSS Codes

.mybgcolor {background-color:#688bc4; } 
.myforecolor {color:#688bc4; }
.mybordercolor {border:3px solid #688bc4; }

#688bc4 Text Font Color

<p style="color:#688bc4">Text here</p>

This sample text font color is #688bc4
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#688bc4 Background Color

<div style="background-color:#688bc4">
Div content here</div>

This div background color is #688bc4


#688bc4 Border Color

<div style="border:3px solid #688bc4">
Div here</div>

This div border color is #688bc4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,139,196, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #688bc4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #688bc4;
  -webkit-box-shadow: 1px 1px 3px 2px #688bc4;
  box-shadow:         1px 1px 3px 2px #688bc4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,139,196, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #688bc4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #688bc4;
  -webkit-box-shadow: 1px 1px 3px 2px #688bc4;
  box-shadow:         1px 1px 3px 2px #688bc4;">
Div content here</div>

This div box has shadow with color #688bc4


Comments

No comments written yet.

Please login to write comment.