Color Hex Logo

#6f0603 Color Hex

#6F0603
(111,6,3)
0 Favorites   0 Comments

Color spaces of #6f0603

RGB 11163
HSL0.000.950.22
HSV97°44°
CMYK 0.000.950.97   0.56
XYZ6.63713.51630.4151
Yxy3.51630.62800.3327
Hunter Lab18.751830.363511.8138
CIE-Lab22.003242.090231.9992

#6f0603 color RGB value is (111,6,3).

#6f0603 hex color red value is 111, green value is 6 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #6f0603 hue: 0.00 , saturation: 0.95 and the lightness value of 6f0603 is 0.22.

The process color (four color CMYK) of #6f0603 color hex is 0.00, 0.95, 0.97, 0.56. Web safe color of #6f0603 is #660000. Color #6f0603 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00000110 00000011
Octal 157 6 3
Decimal 111 6 3
Hex 6F 6 3

RGB Percentages of Color #6f0603

%92.50
%5.00
%2.50

CMYK Percentages of Color #6f0603

%0
%95
%97
%56

Triadic Colors of #6f0603

#6f0603 #036f06 #06036f

Analogous Colors of #6f0603

#6f0603 #6f3c03 #6f0336

Monochromatic Colors of #6f0603

#6f0603

Complementary Color

#6f0603 #036c6f

#6f0603 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f0603 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f0603 Color CSS Codes

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

#6f0603 Text Font Color

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

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


#6f0603 Background Color

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

This div background color is #6f0603


#6f0603 Border Color

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

This div border color is #6f0603


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f0603


Comments

No comments written yet.

Please login to write comment.