Color Hex Logo

#6f81cf Color Hex

#6F81CF
(111,129,207)
0 Favorites   0 Comments

Color spaces of #6f81cf

RGB 111129207
HSL0.640.500.62
HSV229°46°81°
CMYK 0.460.380.00   0.19
XYZ25.668323.585062.2310
Yxy23.58500.23020.2116
Hunter Lab48.56449.3570-41.9799
CIE-Lab55.669914.2669-42.4074

#6f81cf color RGB value is (111,129,207).

#6f81cf hex color red value is 111, green value is 129 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6f81cf hue: 0.64 , saturation: 0.50 and the lightness value of 6f81cf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10000001 11001111
Octal 157 201 317
Decimal 111 129 207
Hex 6F 81 CF

RGB Percentages of Color #6f81cf

%24.83
%28.86
%46.31

CMYK Percentages of Color #6f81cf

%46
%38
%0
%19

Triadic Colors of #6f81cf

#6f81cf #cf6f81 #81cf6f

Analogous Colors of #6f81cf

#6f81cf #8d6fcf #6fb1cf

Monochromatic Colors of #6f81cf

#6f81cf

Complementary Color

#6f81cf #cfbd6f

#6f81cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f81cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f81cf Color CSS Codes

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

#6f81cf Text Font Color

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

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


#6f81cf Background Color

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

This div background color is #6f81cf


#6f81cf Border Color

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

This div border color is #6f81cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f81cf


Comments

No comments written yet.

Please login to write comment.