Color Hex Logo

#6f8dcc Color Hex

#6F8DCC
(111,141,204)
0 Favorites   0 Comments

Color spaces of #6f8dcc

RGB 111141204
HSL0.610.480.62
HSV221°46°80°
CMYK 0.460.310.00   0.20
XYZ26.979526.788960.8755
Yxy26.78890.23530.2337
Hunter Lab51.75802.4689-33.5037
CIE-Lab58.77846.2799-35.8339

#6f8dcc color RGB value is (111,141,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10001101 11001100
Octal 157 215 314
Decimal 111 141 204
Hex 6F 8D CC

RGB Percentages of Color #6f8dcc

%24.34
%30.92
%44.74

CMYK Percentages of Color #6f8dcc

%46
%31
%0
%20

Triadic Colors of #6f8dcc

#6f8dcc #cc6f8d #8dcc6f

Analogous Colors of #6f8dcc

#6f8dcc #806fcc #6fbccc

Monochromatic Colors of #6f8dcc

#6f8dcc

Complementary Color

#6f8dcc #ccae6f

#6f8dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f8dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f8dcc Color CSS Codes

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

#6f8dcc Text Font Color

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

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


#6f8dcc Background Color

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

This div background color is #6f8dcc


#6f8dcc Border Color

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

This div border color is #6f8dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f8dcc


Comments

No comments written yet.

Please login to write comment.