COLOR #060207

HEX: #060207
RGB: (6,2,7)

Color info

#060207 contains red, green and blue colors in about the same proportion. Web safe color of #060207 is #000000 (or #000).

RGB color model

#060207 color RGB value is (6,2,7).

  • red value is 6;
  • green value is 2;
  • blue value is 7.
RGB:
(6,2,7)
(2%,1%,3%)

RGB channels and saturation

R 6 of 255 = 2%
G 2 of 255 = 1%
B 7 of 255 = 3%

6
2
7

R + G + B ~ 2%. #060207 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 2 + 7 = 15 (100%)
R 6 of 15 ~ 40%
G 2 of 15 ~ 13.33%
B 7 of 15 ~ 46.67%

%40
%13.33
%46.67

CMYK color model

#060207 color CMYK value is (14,71,0,97).

  • cyan value is 14.29%
  • magenta value is 71.43%
  • yellow value is 0.00%
  • key color value is 97.25%
CMYK:
(14,71,0,97)
C14M71Y0K97 
(14%,71%,0%,97%)
(0.14/0.71/0.00/0.97)	

CMYK percentages

%14.29
%71.43
%0
%97.25

Codes

Color #060207 in popluar color models

060207
RGB627
HSL288°55.56%1.76%
HSB/HSV288°71.43%2.75%
CMYK14.29%71.43%0.00%
97.25%

Color #060207 in popluar number systems.

HEX060207
Decimal627
Binary11010111
Octal627

Shades and tints

Tints of #060207

#060207
(6,2,7)
#1C191D
(28,25,29)
#323033
(50,48,51)
#484749
(72,71,73)
#5E5E5F
(94,94,95)
#747575
(116,117,117)
#8A8C8B
(138,140,139)
#A0A3A1
(160,163,161)
#B6BAB7
(182,186,183)
#CCD1CD
(204,209,205)
#E2E8E3
(226,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060207 color. Also use rgb(6,2,7) instead hex code.

Text Font Color

.myTextColor { color: #060207; }

<p style="color:#060207">This sample text font color is #060207.</p>

This text font color is #060207.


Background Color

.myBgColor { background-color: #060207; }

<div style="background-color:#060207">Inner text</div>

This div background color is #060207.


Border color

.myBorderColor { border: 1px solid #060207; }

<div style="border:3px solid #060207">Div</div>

This div border color is #060207.


Opacity

.myOpacity80 { color: #060207; opacity: 0.8; }

<p style="color:#060207;opacity:0.8;">80%</p>

Text with #060207 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #060207;}

<p style="text-shadow: 3px 3px 1px #060207">Text here.</p>

This text has shadow with #060207 color.

.textShadow {text-shadow: 3px 3px 1px #060207, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #060207, 5px 5px 20px red">Text here.</p>

This text has shadow with #060207 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#060207, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#060207, Direction=45, Strength=4)">Text</p>

This text has shadow with #060207 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #060207;
  -webkit-box-shadow:	1px 1px 3px 2px #060207;
  box-shadow:		1px 1px 3px 2px #060207;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #060207;
-webkit-box-shadow: 1px 1px 3px 2px #060207;
box-shadow:1px 1px 3px 2px #060207;">
Div content here</div>
This div box has shadow with color #060207.

Preview

Color preview on black background

This text has color #060207 on black background.


Color preview on white background

This text has color #060207 on white background.



Black color preview on #060207 background

This text has black color on #060207 background.


White color preview on #060207 background

This text has white color on #060207 background.