Color Hex Logo

#6f78cf Color Hex

#6F78CF
(111,120,207)
0 Favorites   0 Comments

Color spaces of #6f78cf

RGB 111120207
HSL0.650.500.62
HSV234°46°81°
CMYK 0.460.420.00   0.19
XYZ24.534521.317461.8531
Yxy21.31740.22780.1979
Hunter Lab46.170814.0536-47.1089
CIE-Lab53.295119.6724-46.1651

#6f78cf color RGB value is (111,120,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 01111000 11001111
Octal 157 170 317
Decimal 111 120 207
Hex 6F 78 CF

RGB Percentages of Color #6f78cf

%25.34
%27.40
%47.26

CMYK Percentages of Color #6f78cf

%46
%42
%0
%19

Triadic Colors of #6f78cf

#6f78cf #cf6f78 #78cf6f

Analogous Colors of #6f78cf

#6f78cf #966fcf #6fa8cf

Monochromatic Colors of #6f78cf

#6f78cf

Complementary Color

#6f78cf #cfc66f

#6f78cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f78cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f78cf Color CSS Codes

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

#6f78cf Text Font Color

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

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


#6f78cf Background Color

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

This div background color is #6f78cf


#6f78cf Border Color

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

This div border color is #6f78cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f78cf


Comments

No comments written yet.

Please login to write comment.