Color Hex Logo

#689abb Color Hex

#689ABB
(104,154,187)
0 Favorites   0 Comments

Color spaces of #689abb

RGB 104154187
HSL0.570.380.57
HSV204°44°73°
CMYK 0.440.180.00   0.27
XYZ26.234229.642151.3525
Yxy29.64210.24470.2764
Hunter Lab54.4446-9.2675-17.8116
CIE-Lab61.3442-7.8335-22.3271

#689abb color RGB value is (104,154,187).

#689abb hex color red value is 104, green value is 154 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #689abb hue: 0.57 , saturation: 0.38 and the lightness value of 689abb is 0.57.

The process color (four color CMYK) of #689abb color hex is 0.44, 0.18, 0.00, 0.27. Web safe color of #689abb is #6699cc. Color #689abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011010 10111011
Octal 150 232 273
Decimal 104 154 187
Hex 68 9A BB

RGB Percentages of Color #689abb

%23.37
%34.61
%42.02

CMYK Percentages of Color #689abb

%44
%18
%0
%27

Triadic Colors of #689abb

#689abb #bb689a #9abb68

Analogous Colors of #689abb

#689abb #6871bb #68bbb3

Monochromatic Colors of #689abb

#689abb

Complementary Color

#689abb #bb8968

#689abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#689abb Color CSS Codes

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

#689abb Text Font Color

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

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


#689abb Background Color

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

This div background color is #689abb


#689abb Border Color

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

This div border color is #689abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689abb


Comments

No comments written yet.

Please login to write comment.