Color Hex Logo

#6e8dbc Color Hex

#6E8DBC
(110,141,188)
0 Favorites   0 Comments

Color spaces of #6e8dbc

RGB 110141188
HSL0.600.370.58
HSV216°41°74°
CMYK 0.410.250.00   0.26
XYZ25.032425.995651.2753
Yxy25.99560.24470.2541
Hunter Lab50.9859-1.5876-23.9364
CIE-Lab58.03291.3903-27.9582

#6e8dbc color RGB value is (110,141,188).

#6e8dbc hex color red value is 110, green value is 141 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6e8dbc hue: 0.60 , saturation: 0.37 and the lightness value of 6e8dbc is 0.58.

The process color (four color CMYK) of #6e8dbc color hex is 0.41, 0.25, 0.00, 0.26. Web safe color of #6e8dbc is #6699cc. Color #6e8dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10001101 10111100
Octal 156 215 274
Decimal 110 141 188
Hex 6E 8D BC

RGB Percentages of Color #6e8dbc

%25.06
%32.12
%42.82

CMYK Percentages of Color #6e8dbc

%41
%25
%0
%26

Triadic Colors of #6e8dbc

#6e8dbc #bc6e8d #8dbc6e

Analogous Colors of #6e8dbc

#6e8dbc #766ebc #6eb4bc

Monochromatic Colors of #6e8dbc

#6e8dbc

Complementary Color

#6e8dbc #bc9d6e

#6e8dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e8dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e8dbc Color CSS Codes

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

#6e8dbc Text Font Color

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

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


#6e8dbc Background Color

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

This div background color is #6e8dbc


#6e8dbc Border Color

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

This div border color is #6e8dbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,141,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 #6e8dbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e8dbc


Comments

No comments written yet.

Please login to write comment.