COLOR #060318

HEX: #060318 RGB: (6,3,24)

Color info

#060318 contains red, green and blue colors in about the same proportion. Web safe color of #060318 is #000000 (or #000).

RGB color model

#060318 color RGB value is (6,3,24).

RGB: (6,3,24) (2%, 1%, 9%)

RGB channels and saturation

R 6 of 255 = 2%
G 3 of 255 = 1%
B 24 of 255 = 9%

6
3
24

R + G + B ~ 4%. #060318 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 3 + 24 = 33 (100%)
R 6 of 33 ~ 18.18%
G 3 of 33 ~ 9.09%
B 24 of 33 ~ 72.73'%

%18.18
%72.73

CMYK color model

#060318 color CMYK value is (75,88,0,91).

  • cyan value is 75.00%
  • magenta value is 87.50%
  • yellow value is 0.00%
  • key color value is 90.59%

CMYK: (75,88,0,91)
C75M88Y0K91 (75%, 88%, 0%, 91%)
(0.75 / 0.88 / 0.00 / 0.91)

CMYK percentages

%75
%87.5
%0
%90.59

Codes

Color #060318 in popluar color models

06 03 18
RGB 6 3 24
HSL 249° 77.78% 5.29%
HSB/HSV 249° 87.50% 9.41%
CMYK 75.00% 87.50% 0.00%
90.59%

Color #060318 in popluar number systems.

HEX 06 03 18
Decimal 6 3 24
Binary 110 11 11000
Octal 6 3 30

Shades and tints

Shades of #060318

#060318
(6,3,24)
#060316
(6,3,22)
#060314
(6,3,20)
#060312
(6,3,18)
#060310
(6,3,16)
#06030E
(6,3,14)
#06030C
(6,3,12)
#06030A
(6,3,10)
#060308
(6,3,8)
#060306
(6,3,6)
#060304
(6,3,4)
#000000
(0,0,0)

Tints of #060318

#060318
(6,3,24)
#1C192D
(28,25,45)
#322F42
(50,47,66)
#484557
(72,69,87)
#5E5B6C
(94,91,108)
#747181
(116,113,129)
#8A8796
(138,135,150)
#A09DAB
(160,157,171)
#B6B3C0
(182,179,192)
#CCC9D5
(204,201,213)
#E2DFEA
(226,223,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060318 color. Also use rgb(6,3,24) instead hex code.

Text Font Color

.myTextColor { color: #060318; }

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

This text font color is #060318.

Background Color

.myBgColor { background-color: #060318; }

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

This div background color is #060318.

Border color

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

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

This div border color is #060318.

Opacity

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

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

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

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

This text has shadow with #060318 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #060318.

Preview

Color preview on black background

This text has color #060318 on black background.


Color preview on white background

This text has color #060318 on white background.


Black color preview on #060318 background

This text has black color on #060318 background.


White color preview on #060318 background

This text has white color on #060318 background.


Related colors

Complementary color

Complementary color for #hex is #F9FCE7.


I love getcolorcode.com

Triadic colors

1 #180603 and #031806 with #060318 are triadic colors.

2 #180306 and #030618 with #060318 are triadic colors.