COLOR #060008

HEX: #060008
RGB: (6,0,8)

Color info

#060008 contains only red and blue colors. Web safe color of #060008 is #000000 (or #000).

RGB color model

#060008 color RGB value is (6,0,8).

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

RGB channels and saturation

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

6
0
8

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

Portions of RGB colors in percentages

R + G + B =
6 + 0 + 8 = 14 (100%)
R 6 of 14 ~ 42.86%
G 0 of 14 ~ 0%
B 8 of 14 ~ 57.14%

%42.86
%57.14

CMYK color model

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

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

CMYK percentages

%25
%100
%0
%96.86

Codes

Color #060008 in popluar color models

060008
RGB608
HSL285°100.00%1.57%
HSB/HSV285°100.00%3.14%
CMYK25.00%100.00%0.00%
96.86%

Color #060008 in popluar number systems.

HEX060008
Decimal608
Binary11001000
Octal6010

Shades and tints

Tints of #060008

#060008
(6,0,8)
#1C171E
(28,23,30)
#322E34
(50,46,52)
#48454A
(72,69,74)
#5E5C60
(94,92,96)
#747376
(116,115,118)
#8A8A8C
(138,138,140)
#A0A1A2
(160,161,162)
#B6B8B8
(182,184,184)
#CCCFCE
(204,207,206)
#E2E6E4
(226,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060008; }

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

This text font color is #060008.


Background Color

.myBgColor { background-color: #060008; }

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

This div background color is #060008.


Border color

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

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

This div border color is #060008.


Opacity

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

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

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

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

This text has shadow with #060008 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060008 on black background.


Color preview on white background

This text has color #060008 on white background.



Black color preview on #060008 background

This text has black color on #060008 background.


White color preview on #060008 background

This text has white color on #060008 background.