Color Hex Logo

#689ecc Color Hex

#689ECC
(104,158,204)
0 Favorites   0 Comments

Color spaces of #689ecc

RGB 104158204
HSL0.580.500.60
HSV208°49°80°
CMYK 0.490.230.00   0.20
XYZ28.834931.756461.7366
Yxy31.75640.23570.2596
Hunter Lab56.3528-7.2816-25.5074
CIE-Lab63.1410-5.1581-29.0853

#689ecc color RGB value is (104,158,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011110 11001100
Octal 150 236 314
Decimal 104 158 204
Hex 68 9E CC

RGB Percentages of Color #689ecc

%22.32
%33.91
%43.78

CMYK Percentages of Color #689ecc

%49
%23
%0
%20

Triadic Colors of #689ecc

#689ecc #cc689e #9ecc68

Analogous Colors of #689ecc

#689ecc #686ccc #68ccc8

Monochromatic Colors of #689ecc

#689ecc

Complementary Color

#689ecc #cc9668

#689ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#689ecc Color CSS Codes

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

#689ecc Text Font Color

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

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


#689ecc Background Color

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

This div background color is #689ecc


#689ecc Border Color

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

This div border color is #689ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689ecc


Comments

No comments written yet.

Please login to write comment.