Color Hex Logo

#689cbc Color Hex

#689CBC
(104,156,188)
0 Favorites   0 Comments

Color spaces of #689cbc

RGB 104156188
HSL0.560.390.57
HSV203°45°74°
CMYK 0.450.170.00   0.26
XYZ26.674530.350852.0294
Yxy30.35080.24460.2783
Hunter Lab55.0916-9.9832-17.4304
CIE-Lab61.9557-8.6583-21.9538

#689cbc color RGB value is (104,156,188).

#689cbc hex color red value is 104, green value is 156 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #689cbc hue: 0.56 , saturation: 0.39 and the lightness value of 689cbc is 0.57.

The process color (four color CMYK) of #689cbc color hex is 0.45, 0.17, 0.00, 0.26. Web safe color of #689cbc is #6699cc. Color #689cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011100 10111100
Octal 150 234 274
Decimal 104 156 188
Hex 68 9C BC

RGB Percentages of Color #689cbc

%23.21
%34.82
%41.96

CMYK Percentages of Color #689cbc

%45
%17
%0
%26

Triadic Colors of #689cbc

#689cbc #bc689c #9cbc68

Analogous Colors of #689cbc

#689cbc #6872bc #68bcb2

Monochromatic Colors of #689cbc

#689cbc

Complementary Color

#689cbc #bc8868

#689cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#689cbc Color CSS Codes

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

#689cbc Text Font Color

<p style="color:#689cbc">Text here</p>

This sample text font color is #689cbc
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.


#689cbc Background Color

<div style="background-color:#689cbc">
Div content here</div>

This div background color is #689cbc


#689cbc Border Color

<div style="border:3px solid #689cbc">
Div here</div>

This div border color is #689cbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,156,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #689cbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #689cbc;
  -webkit-box-shadow: 1px 1px 3px 2px #689cbc;
  box-shadow:         1px 1px 3px 2px #689cbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689cbc


Comments

No comments written yet.

Please login to write comment.