Color Hex Logo

#6f7dca Color Hex

#6F7DCA
(111,125,202)
0 Favorites   0 Comments

Color spaces of #6f7dca

RGB 111125202
HSL0.640.460.61
HSV231°45°79°
CMYK 0.450.380.00   0.21
XYZ24.549822.311058.8897
Yxy22.31100.23210.2110
Hunter Lab47.234510.1137-40.8557
CIE-Lab54.355415.1683-41.6483

#6f7dca color RGB value is (111,125,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 01111101 11001010
Octal 157 175 312
Decimal 111 125 202
Hex 6F 7D CA

RGB Percentages of Color #6f7dca

%25.34
%28.54
%46.12

CMYK Percentages of Color #6f7dca

%45
%38
%0
%21

Triadic Colors of #6f7dca

#6f7dca #ca6f7d #7dca6f

Analogous Colors of #6f7dca

#6f7dca #8f6fca #6fabca

Monochromatic Colors of #6f7dca

#6f7dca

Complementary Color

#6f7dca #cabc6f

#6f7dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f7dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f7dca Color CSS Codes

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

#6f7dca Text Font Color

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

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


#6f7dca Background Color

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

This div background color is #6f7dca


#6f7dca Border Color

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

This div border color is #6f7dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f7dca


Comments

No comments written yet.

Please login to write comment.