Color Hex Logo

#689cca Color Hex

#689CCA
(104,156,202)
0 Favorites   0 Comments

Color spaces of #689cca

RGB 104156202
HSL0.580.480.60
HSV208°49°79°
CMYK 0.490.230.00   0.21
XYZ28.258130.984360.3683
Yxy30.98430.23630.2590
Hunter Lab55.6635-6.7941-25.3368
CIE-Lab62.4944-4.6261-28.9682

#689cca color RGB value is (104,156,202).

#689cca hex color red value is 104, green value is 156 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #689cca hue: 0.58 , saturation: 0.48 and the lightness value of 689cca is 0.60.

The process color (four color CMYK) of #689cca color hex is 0.49, 0.23, 0.00, 0.21. Web safe color of #689cca is #6699cc. Color #689cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011100 11001010
Octal 150 234 312
Decimal 104 156 202
Hex 68 9C CA

RGB Percentages of Color #689cca

%22.51
%33.77
%43.72

CMYK Percentages of Color #689cca

%49
%23
%0
%21

Triadic Colors of #689cca

#689cca #ca689c #9cca68

Analogous Colors of #689cca

#689cca #686bca #68cac7

Monochromatic Colors of #689cca

#689cca

Complementary Color

#689cca #ca9668

#689cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#689cca Color CSS Codes

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

#689cca Text Font Color

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

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


#689cca Background Color

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

This div background color is #689cca


#689cca Border Color

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

This div border color is #689cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689cca


Comments

No comments written yet.

Please login to write comment.