COLOR #06003D

HEX: #06003D RGB: (6,0,61)

Color info

#06003D contains only red and blue colors. Web safe color of #06003D is #000033 (or #003).

RGB color model

#06003D color RGB value is (6,0,61).

RGB: (6,0,61) (2%, 0%, 24%)

RGB channels and saturation

R 6 of 255 = 2%
G 0 of 255 = 0%
B 61 of 255 = 24%

6
0
61

R + G + B ~ 9%. #06003D is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 0 + 61 = 67 (100%)
R 6 of 67 ~ 8.96%
G 0 of 67 ~ 0%
B 61 of 67 ~ 91.04'%

%91.04

CMYK color model

#06003D color CMYK value is (90,100,0,76).

  • cyan value is 90.16%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 76.08%

CMYK: (90,100,0,76)
C90M100Y0K76 (90%, 100%, 0%, 76%)
(0.90 / 1.00 / 0.00 / 0.76)

CMYK percentages

%90.16
%100
%0
%76.08

Codes

Color #06003D in popluar color models

06 00 3D
RGB 6 0 61
HSL 246° 100.00% 11.96%
HSB/HSV 246° 100.00% 23.92%
CMYK 90.16% 100.00% 0.00%
76.08%

Color #06003D in popluar number systems.

HEX 06 00 3D
Decimal 6 0 61
Binary 110 0 111101
Octal 6 0 75

Shades and tints

Shades of #06003D

#06003D
(6,0,61)
#060038
(6,0,56)
#060033
(6,0,51)
#06002E
(6,0,46)
#060029
(6,0,41)
#060024
(6,0,36)
#06001F
(6,0,31)
#06001A
(6,0,26)
#060015
(6,0,21)
#060010
(6,0,16)
#06000B
(6,0,11)
#000000
(0,0,0)

Tints of #06003D

#06003D
(6,0,61)
#1C174E
(28,23,78)
#322E5F
(50,46,95)
#484570
(72,69,112)
#5E5C81
(94,92,129)
#747392
(116,115,146)
#8A8AA3
(138,138,163)
#A0A1B4
(160,161,180)
#B6B8C5
(182,184,197)
#CCCFD6
(204,207,214)
#E2E6E7
(226,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06003D; }

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

This text font color is #06003D.

Background Color

.myBgColor { background-color: #06003D; }

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

This div background color is #06003D.

Border color

.myBorderColor { border: 1px solid #06003D; }

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

This div border color is #06003D.

Opacity

.myOpacity80 { color: #06003D; opacity: 0.8; }

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

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

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

This text has shadow with #06003D color.


.textShadow {text-shadow: 3px 3px 1px #06003D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06003D; -webkit-box-shadow: 1px 1px 3px 2px #06003D; box-shadow:1px 1px 3px 2px #06003D;">
Div content here
</div>

This div box has shadow with color #06003D.

Preview

Color preview on black background

This text has color #06003D on black background.


Color preview on white background

This text has color #06003D on white background.


Black color preview on #06003D background

This text has black color on #06003D background.


White color preview on #06003D background

This text has white color on #06003D background.


Related colors

Complementary color

Complementary color for #hex is #F9FFC2.


I love getcolorcode.com

Triadic colors

1 #3D0600 and #003D06 with #06003D are triadic colors.

2 #3D0006 and #00063D with #06003D are triadic colors.