COLOR #06313C

HEX: #06313C RGB: (6,49,60)

Color info

#06313C contains red, green and blue colors in about the same proportion. Web safe color of #06313C is #003333 (or #033).

RGB color model

#06313C color RGB value is (6,49,60).

RGB: (6,49,60) (2%, 19%, 24%)

RGB channels and saturation

R 6 of 255 = 2%
G 49 of 255 = 19%
B 60 of 255 = 24%

6
49
60

R + G + B ~ 15%. #06313C is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 49 + 60 = 115 (100%)
R 6 of 115 ~ 5.22%
G 49 of 115 ~ 42.61%
B 60 of 115 ~ 52.17'%

%42.61
%52.17

CMYK color model

#06313C color CMYK value is (90,18,0,76).

  • cyan value is 90.00%
  • magenta value is 18.33%
  • yellow value is 0.00%
  • key color value is 76.47%

CMYK: (90,18,0,76)
C90M18Y0K76 (90%, 18%, 0%, 76%)
(0.90 / 0.18 / 0.00 / 0.76)

CMYK percentages

%90
%18.33
%0
%76.47

Codes

Color #06313C in popluar color models

06 31 3C
RGB 6 49 60
HSL 192° 81.82% 12.94%
HSB/HSV 192° 90.00% 23.53%
CMYK 90.00% 18.33% 0.00%
76.47%

Color #06313C in popluar number systems.

HEX 06 31 3C
Decimal 6 49 60
Binary 110 110001 111100
Octal 6 61 74

Shades and tints

Shades of #06313C

#06313C
(6,49,60)
#062D37
(6,45,55)
#062932
(6,41,50)
#06252D
(6,37,45)
#062128
(6,33,40)
#061D23
(6,29,35)
#06191E
(6,25,30)
#061519
(6,21,25)
#061114
(6,17,20)
#060D0F
(6,13,15)
#06090A
(6,9,10)
#000000
(0,0,0)

Tints of #06313C

#06313C
(6,49,60)
#1C434D
(28,67,77)
#32555E
(50,85,94)
#48676F
(72,103,111)
#5E7980
(94,121,128)
#748B91
(116,139,145)
#8A9DA2
(138,157,162)
#A0AFB3
(160,175,179)
#B6C1C4
(182,193,196)
#CCD3D5
(204,211,213)
#E2E5E6
(226,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06313C color. Also use rgb(6,49,60) instead hex code.

Text Font Color

.myTextColor { color: #06313C; }

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

This text font color is #06313C.

Background Color

.myBgColor { background-color: #06313C; }

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

This div background color is #06313C.

Border color

.myBorderColor { border: 1px solid #06313C; }

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

This div border color is #06313C.

Opacity

.myOpacity80 { color: #06313C; opacity: 0.8; }

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

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

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

This text has shadow with #06313C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06313C.

Preview

Color preview on black background

This text has color #06313C on black background.


Color preview on white background

This text has color #06313C on white background.


Black color preview on #06313C background

This text has black color on #06313C background.


White color preview on #06313C background

This text has white color on #06313C background.


Related colors

Complementary color

Complementary color for #hex is #F9CEC3.


I love getcolorcode.com

Triadic colors

1 #3C0631 and #313C06 with #06313C are triadic colors.

2 #3C3106 and #31063C with #06313C are triadic colors.