Color Hex Logo

#6e79cb Color Hex

#6E79CB
(110,121,203)
0 Favorites   0 Comments

Color spaces of #6e79cb

RGB 110121203
HSL0.650.470.61
HSV233°46°80°
CMYK 0.460.400.00   0.20
XYZ24.047321.301559.3441
Yxy21.30150.22970.2035
Hunter Lab46.153512.2348-43.9274
CIE-Lab53.277917.6253-43.9242

#6e79cb color RGB value is (110,121,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 01111001 11001011
Octal 156 171 313
Decimal 110 121 203
Hex 6E 79 CB

RGB Percentages of Color #6e79cb

%25.35
%27.88
%46.77

CMYK Percentages of Color #6e79cb

%46
%40
%0
%20

Triadic Colors of #6e79cb

#6e79cb #cb6e79 #79cb6e

Analogous Colors of #6e79cb

#6e79cb #926ecb #6ea8cb

Monochromatic Colors of #6e79cb

#6e79cb

Complementary Color

#6e79cb #cbc06e

#6e79cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e79cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e79cb Color CSS Codes

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

#6e79cb Text Font Color

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

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


#6e79cb Background Color

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

This div background color is #6e79cb


#6e79cb Border Color

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

This div border color is #6e79cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e79cb


Comments

No comments written yet.

Please login to write comment.