COLOR #06152D

HEX: #06152D RGB: (6,21,45)

Color info

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

RGB color model

#06152D color RGB value is (6,21,45).

RGB: (6,21,45) (2%, 8%, 18%)

RGB channels and saturation

R 6 of 255 = 2%
G 21 of 255 = 8%
B 45 of 255 = 18%

6
21
45

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

Portions of RGB colors in percentages

R + G + B = 6 + 21 + 45 = 72 (100%)
R 6 of 72 ~ 8.33%
G 21 of 72 ~ 29.17%
B 45 of 72 ~ 62.5'%

%29.17
%62.5

CMYK color model

#06152D color CMYK value is (87,53,0,82).

  • cyan value is 86.67%
  • magenta value is 53.33%
  • yellow value is 0.00%
  • key color value is 82.35%

CMYK: (87,53,0,82)
C87M53Y0K82 (87%, 53%, 0%, 82%)
(0.87 / 0.53 / 0.00 / 0.82)

CMYK percentages

%86.67
%53.33
%0
%82.35

Codes

Color #06152D in popluar color models

06 15 2D
RGB 6 21 45
HSL 217° 76.47% 10.00%
HSB/HSV 217° 86.67% 17.65%
CMYK 86.67% 53.33% 0.00%
82.35%

Color #06152D in popluar number systems.

HEX 06 15 2D
Decimal 6 21 45
Binary 110 10101 101101
Octal 6 25 55

Shades and tints

Shades of #06152D

#06152D
(6,21,45)
#061429
(6,20,41)
#061325
(6,19,37)
#061221
(6,18,33)
#06111D
(6,17,29)
#061019
(6,16,25)
#060F15
(6,15,21)
#060E11
(6,14,17)
#060D0D
(6,13,13)
#060C09
(6,12,9)
#060B05
(6,11,5)
#000000
(0,0,0)

Tints of #06152D

#06152D
(6,21,45)
#1C2A40
(28,42,64)
#323F53
(50,63,83)
#485466
(72,84,102)
#5E6979
(94,105,121)
#747E8C
(116,126,140)
#8A939F
(138,147,159)
#A0A8B2
(160,168,178)
#B6BDC5
(182,189,197)
#CCD2D8
(204,210,216)
#E2E7EB
(226,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06152D color. Also use rgb(6,21,45) instead hex code.

Text Font Color

.myTextColor { color: #06152D; }

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

This text font color is #06152D.

Background Color

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

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

This div background color is #06152D.

Border color

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

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

This div border color is #06152D.

Opacity

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

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

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

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

This text has shadow with #06152D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06152D.

Preview

Color preview on black background

This text has color #06152D on black background.


Color preview on white background

This text has color #06152D on white background.


Black color preview on #06152D background

This text has black color on #06152D background.


White color preview on #06152D background

This text has white color on #06152D background.


Related colors

Complementary color

Complementary color for #hex is #F9EAD2.


I love getcolorcode.com

Triadic colors

1 #2D0615 and #152D06 with #06152D are triadic colors.

2 #2D1506 and #15062D with #06152D are triadic colors.