Color Hex Logo

#689bbc Color Hex

#689BBC
(104,155,188)
0 Favorites   0 Comments

Color spaces of #689bbc

RGB 104155188
HSL0.570.390.57
HSV204°45°74°
CMYK 0.450.180.00   0.26
XYZ26.507430.016651.9736
Yxy30.01660.24430.2767
Hunter Lab54.7874-9.5156-17.8938
CIE-Lab61.6685-8.1054-22.3930

#689bbc color RGB value is (104,155,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011011 10111100
Octal 150 233 274
Decimal 104 155 188
Hex 68 9B BC

RGB Percentages of Color #689bbc

%23.27
%34.68
%42.06

CMYK Percentages of Color #689bbc

%45
%18
%0
%26

Triadic Colors of #689bbc

#689bbc #bc689b #9bbc68

Analogous Colors of #689bbc

#689bbc #6871bc #68bcb3

Monochromatic Colors of #689bbc

#689bbc

Complementary Color

#689bbc #bc8968

#689bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#689bbc Color CSS Codes

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

#689bbc Text Font Color

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

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


#689bbc Background Color

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

This div background color is #689bbc


#689bbc Border Color

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

This div border color is #689bbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,155,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 #689bbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689bbc


Comments

No comments written yet.

Please login to write comment.