COLOR #06005A

HEX: #06005A
RGB: (6,0,90)

Color info

#06005A contains mainly blue color. Web safe color of #06005A is #000066 (or #006).

RGB color model

#06005A color RGB value is (6,0,90).

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

RGB channels and saturation

R 6 of 255 = 2%
G 0 of 255 = 0%
B 90 of 255 = 35%

6
0
90

R + G + B ~ 12%. #06005A is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 0 + 90 = 96 (100%)
R 6 of 96 ~ 6.25%
G 0 of 96 ~ 0%
B 90 of 96 ~ 93.75%

%93.75

CMYK color model

#06005A color CMYK value is (93,100,0,65).

  • cyan value is 93.33%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(93,100,0,65)
C93M100Y0K65 
(93%,100%,0%,65%)
(0.93/1.00/0.00/0.65)	

CMYK percentages

%93.33
%100
%0
%64.71

Codes

Color #06005A in popluar color models

06005A
RGB6090
HSL244°100.00%17.65%
HSB/HSV244°100.00%35.29%
CMYK93.33%100.00%0.00%
64.71%

Color #06005A in popluar number systems.

HEX06005A
Decimal6090
Binary11001011010
Octal60132

Shades and tints

Shades of #06005A

#06005A
(6,0,90)
#060052
(6,0,82)
#06004A
(6,0,74)
#060042
(6,0,66)
#06003A
(6,0,58)
#060032
(6,0,50)
#06002A
(6,0,42)
#060022
(6,0,34)
#06001A
(6,0,26)
#060012
(6,0,18)
#06000A
(6,0,10)
#000000
(0,0,0)

Tints of #06005A

#06005A
(6,0,90)
#1C1769
(28,23,105)
#322E78
(50,46,120)
#484587
(72,69,135)
#5E5C96
(94,92,150)
#7473A5
(116,115,165)
#8A8AB4
(138,138,180)
#A0A1C3
(160,161,195)
#B6B8D2
(182,184,210)
#CCCFE1
(204,207,225)
#E2E6F0
(226,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06005A; }

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

This text font color is #06005A.


Background Color

.myBgColor { background-color: #06005A; }

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

This div background color is #06005A.


Border color

.myBorderColor { border: 1px solid #06005A; }

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

This div border color is #06005A.


Opacity

.myOpacity80 { color: #06005A; opacity: 0.8; }

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

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

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

This text has shadow with #06005A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06005A on black background.


Color preview on white background

This text has color #06005A on white background.



Black color preview on #06005A background

This text has black color on #06005A background.


White color preview on #06005A background

This text has white color on #06005A background.