Color Hex Logo

#6e9bdb Color Hex

#6E9BDB
(110,155,219)
0 Favorites   0 Comments

Color spaces of #6e9bdb

RGB 110155219
HSL0.600.600.65
HSV215°50°86°
CMYK 0.500.290.00   0.14
XYZ30.937931.872271.5392
Yxy31.87220.23030.2372
Hunter Lab56.4555-0.9781-35.6122
CIE-Lab63.23712.4045-37.2543

#6e9bdb color RGB value is (110,155,219).

#6e9bdb hex color red value is 110, green value is 155 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6e9bdb hue: 0.60 , saturation: 0.60 and the lightness value of 6e9bdb is 0.65.

The process color (four color CMYK) of #6e9bdb color hex is 0.50, 0.29, 0.00, 0.14. Web safe color of #6e9bdb is #6699cc. Color #6e9bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10011011 11011011
Octal 156 233 333
Decimal 110 155 219
Hex 6E 9B DB

RGB Percentages of Color #6e9bdb

%22.73
%32.02
%45.25

CMYK Percentages of Color #6e9bdb

%50
%29
%0
%14

Triadic Colors of #6e9bdb

#6e9bdb #db6e9b #9bdb6e

Analogous Colors of #6e9bdb

#6e9bdb #786edb #6ed2db

Monochromatic Colors of #6e9bdb

#6e9bdb

Complementary Color

#6e9bdb #dbae6e

#6e9bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e9bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e9bdb Color CSS Codes

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

#6e9bdb Text Font Color

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

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


#6e9bdb Background Color

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

This div background color is #6e9bdb


#6e9bdb Border Color

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

This div border color is #6e9bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e9bdb


Comments

No comments written yet.

Please login to write comment.