COLOR #060608

HEX: #060608
RGB: (6,6,8)

Color info

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

RGB color model

#060608 color RGB value is (6,6,8).

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

RGB channels and saturation

R 6 of 255 = 2%
G 6 of 255 = 2%
B 8 of 255 = 3%

6
6
8

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

Portions of RGB colors in percentages

R + G + B =
6 + 6 + 8 = 20 (100%)
R 6 of 20 ~ 30%
G 6 of 20 ~ 30%
B 8 of 20 ~ 40%

%30
%30
%40

CMYK color model

#060608 color CMYK value is (25,25,0,97).

  • cyan value is 25.00%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 96.86%
CMYK:
(25,25,0,97)
C25M25Y0K97 
(25%,25%,0%,97%)
(0.25/0.25/0.00/0.97)	

CMYK percentages

%25
%25
%0
%96.86

Codes

Color #060608 in popluar color models

060608
RGB668
HSL240°14.29%2.75%
HSB/HSV240°25.00%3.14%
CMYK25.00%25.00%0.00%
96.86%

Color #060608 in popluar number systems.

HEX060608
Decimal668
Binary1101101000
Octal6610

Shades and tints

Tints of #060608

#060608
(6,6,8)
#1C1C1E
(28,28,30)
#323234
(50,50,52)
#48484A
(72,72,74)
#5E5E60
(94,94,96)
#747476
(116,116,118)
#8A8A8C
(138,138,140)
#A0A0A2
(160,160,162)
#B6B6B8
(182,182,184)
#CCCCCE
(204,204,206)
#E2E2E4
(226,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060608; }

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

This text font color is #060608.


Background Color

.myBgColor { background-color: #060608; }

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

This div background color is #060608.


Border color

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

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

This div border color is #060608.


Opacity

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

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

Text with #060608 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 #060608;}

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

This text has shadow with #060608 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060608 on black background.


Color preview on white background

This text has color #060608 on white background.



Black color preview on #060608 background

This text has black color on #060608 background.


White color preview on #060608 background

This text has white color on #060608 background.