Color Hex Logo

#6f9ccc Color Hex

#6F9CCC
(111,156,204)
0 Favorites   0 Comments

Color spaces of #6f9ccc

RGB 111156204
HSL0.590.480.62
HSV211°46°80°
CMYK 0.460.240.00   0.20
XYZ29.343131.516161.6634
Yxy31.51610.23950.2572
Hunter Lab56.1392-4.9444-25.8268
CIE-Lab62.9409-2.3332-29.3649

#6f9ccc color RGB value is (111,156,204).

#6f9ccc hex color red value is 111, green value is 156 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6f9ccc hue: 0.59 , saturation: 0.48 and the lightness value of 6f9ccc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10011100 11001100
Octal 157 234 314
Decimal 111 156 204
Hex 6F 9C CC

RGB Percentages of Color #6f9ccc

%23.57
%33.12
%43.31

CMYK Percentages of Color #6f9ccc

%46
%24
%0
%20

Triadic Colors of #6f9ccc

#6f9ccc #cc6f9c #9ccc6f

Analogous Colors of #6f9ccc

#6f9ccc #716fcc #6fcbcc

Monochromatic Colors of #6f9ccc

#6f9ccc

Complementary Color

#6f9ccc #cc9f6f

#6f9ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f9ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f9ccc Color CSS Codes

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

#6f9ccc Text Font Color

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

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


#6f9ccc Background Color

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

This div background color is #6f9ccc


#6f9ccc Border Color

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

This div border color is #6f9ccc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,156,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6f9ccc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6f9ccc;
  -webkit-box-shadow: 1px 1px 3px 2px #6f9ccc;
  box-shadow:         1px 1px 3px 2px #6f9ccc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,156,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f9ccc


Comments

No comments written yet.

Please login to write comment.