COLOR #06093D

HEX: #06093D RGB: (6,9,61)

Color info

#06093D contains red, green and blue colors in about the same proportion. Web safe color of #06093D is #000033 (or #003).

RGB color model

#06093D color RGB value is (6,9,61).

RGB: (6,9,61) (2%, 4%, 24%)

RGB channels and saturation

R 6 of 255 = 2%
G 9 of 255 = 4%
B 61 of 255 = 24%

6
9
61

R + G + B ~ 10%. #06093D is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 9 + 61 = 76 (100%)
R 6 of 76 ~ 7.89%
G 9 of 76 ~ 11.84%
B 61 of 76 ~ 80.26'%

%11.84
%80.26

CMYK color model

#06093D color CMYK value is (90,85,0,76).

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

CMYK: (90,85,0,76)
C90M85Y0K76 (90%, 85%, 0%, 76%)
(0.90 / 0.85 / 0.00 / 0.76)

CMYK percentages

%90.16
%85.25
%0
%76.08

Codes

Color #06093D in popluar color models

06 09 3D
RGB 6 9 61
HSL 237° 82.09% 13.14%
HSB/HSV 237° 90.16% 23.92%
CMYK 90.16% 85.25% 0.00%
76.08%

Color #06093D in popluar number systems.

HEX 06 09 3D
Decimal 6 9 61
Binary 110 1001 111101
Octal 6 11 75

Shades and tints

Shades of #06093D

#06093D
(6,9,61)
#060938
(6,9,56)
#060933
(6,9,51)
#06092E
(6,9,46)
#060929
(6,9,41)
#060924
(6,9,36)
#06091F
(6,9,31)
#06091A
(6,9,26)
#060915
(6,9,21)
#060910
(6,9,16)
#06090B
(6,9,11)
#000000
(0,0,0)

Tints of #06093D

#06093D
(6,9,61)
#1C1F4E
(28,31,78)
#32355F
(50,53,95)
#484B70
(72,75,112)
#5E6181
(94,97,129)
#747792
(116,119,146)
#8A8DA3
(138,141,163)
#A0A3B4
(160,163,180)
#B6B9C5
(182,185,197)
#CCCFD6
(204,207,214)
#E2E5E7
(226,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06093D; }

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

This text font color is #06093D.

Background Color

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

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

This div background color is #06093D.

Border color

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

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

This div border color is #06093D.

Opacity

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

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

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

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

This text has shadow with #06093D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06093D.

Preview

Color preview on black background

This text has color #06093D on black background.


Color preview on white background

This text has color #06093D on white background.


Black color preview on #06093D background

This text has black color on #06093D background.


White color preview on #06093D background

This text has white color on #06093D background.


Related colors

Complementary color

Complementary color for #hex is #F9F6C2.


I love getcolorcode.com

Triadic colors

1 #3D0609 and #093D06 with #06093D are triadic colors.

2 #3D0906 and #09063D with #06093D are triadic colors.