Color Hex Logo

#6e89cb Color Hex

#6E89CB
(110,137,203)
0 Favorites   0 Comments

Color spaces of #6e89cb

RGB 110137203
HSL0.620.470.61
HSV223°46°80°
CMYK 0.460.330.00   0.20
XYZ26.155625.518160.0469
Yxy25.51810.23410.2284
Hunter Lab50.51544.0207-35.1163
CIE-Lab57.57688.0798-37.1547

#6e89cb color RGB value is (110,137,203).

#6e89cb hex color red value is 110, green value is 137 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6e89cb hue: 0.62 , saturation: 0.47 and the lightness value of 6e89cb is 0.61.

The process color (four color CMYK) of #6e89cb color hex is 0.46, 0.33, 0.00, 0.20. Web safe color of #6e89cb is #6699cc. Color #6e89cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10001001 11001011
Octal 156 211 313
Decimal 110 137 203
Hex 6E 89 CB

RGB Percentages of Color #6e89cb

%24.44
%30.44
%45.11

CMYK Percentages of Color #6e89cb

%46
%33
%0
%20

Triadic Colors of #6e89cb

#6e89cb #cb6e89 #89cb6e

Analogous Colors of #6e89cb

#6e89cb #826ecb #6eb8cb

Monochromatic Colors of #6e89cb

#6e89cb

Complementary Color

#6e89cb #cbb06e

#6e89cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e89cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e89cb Color CSS Codes

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

#6e89cb Text Font Color

<p style="color:#6e89cb">Text here</p>

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


#6e89cb Background Color

<div style="background-color:#6e89cb">
Div content here</div>

This div background color is #6e89cb


#6e89cb Border Color

<div style="border:3px solid #6e89cb">
Div here</div>

This div border color is #6e89cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,137,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6e89cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6e89cb;
  -webkit-box-shadow: 1px 1px 3px 2px #6e89cb;
  box-shadow:         1px 1px 3px 2px #6e89cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,137,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e89cb


Comments

No comments written yet.

Please login to write comment.