Color Hex Logo

#6f8aca Color Hex

#6F8ACA
(111,138,202)
0 Favorites   0 Comments

Color spaces of #6f8aca

RGB 111138202
HSL0.620.460.61
HSV222°45°79°
CMYK 0.450.320.00   0.21
XYZ26.304725.820759.4746
Yxy25.82070.23570.2314
Hunter Lab50.81413.4787-33.8253
CIE-Lab57.86657.4480-36.1325

#6f8aca color RGB value is (111,138,202).

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

The process color (four color CMYK) of #6f8aca color hex is 0.45, 0.32, 0.00, 0.21. Web safe color of #6f8aca is #6699cc. Color #6f8aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10001010 11001010
Octal 157 212 312
Decimal 111 138 202
Hex 6F 8A CA

RGB Percentages of Color #6f8aca

%24.61
%30.60
%44.79

CMYK Percentages of Color #6f8aca

%45
%32
%0
%21

Triadic Colors of #6f8aca

#6f8aca #ca6f8a #8aca6f

Analogous Colors of #6f8aca

#6f8aca #826fca #6fb8ca

Monochromatic Colors of #6f8aca

#6f8aca

Complementary Color

#6f8aca #caaf6f

#6f8aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f8aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f8aca Color CSS Codes

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

#6f8aca Text Font Color

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

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


#6f8aca Background Color

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

This div background color is #6f8aca


#6f8aca Border Color

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

This div border color is #6f8aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f8aca


Comments

No comments written yet.

Please login to write comment.