COLOR #060D60

HEX: #060D60 RGB: (6,13,96)

Color info

#060D60 contains mainly blue color. Web safe color of #060D60 is #000066 (or #006).

RGB color model

#060D60 color RGB value is (6,13,96).

RGB: (6,13,96) (2%, 5%, 38%)

RGB channels and saturation

R 6 of 255 = 2%
G 13 of 255 = 5%
B 96 of 255 = 38%

6
13
96

R + G + B ~ 15%. #060D60 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 13 + 96 = 115 (100%)
R 6 of 115 ~ 5.22%
G 13 of 115 ~ 11.3%
B 96 of 115 ~ 83.48'%

%11.3
%83.48

CMYK color model

#060D60 color CMYK value is (94,86,0,62).

  • cyan value is 93.75%
  • magenta value is 86.46%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (94,86,0,62)
C94M86Y0K62 (94%, 86%, 0%, 62%)
(0.94 / 0.86 / 0.00 / 0.62)

CMYK percentages

%93.75
%86.46
%0
%62.35

Codes

Color #060D60 in popluar color models

06 0D 60
RGB 6 13 96
HSL 235° 88.24% 20.00%
HSB/HSV 235° 93.75% 37.65%
CMYK 93.75% 86.46% 0.00%
62.35%

Color #060D60 in popluar number systems.

HEX 06 0D 60
Decimal 6 13 96
Binary 110 1101 1100000
Octal 6 15 140

Shades and tints

Shades of #060D60

#060D60
(6,13,96)
#060C58
(6,12,88)
#060B50
(6,11,80)
#060A48
(6,10,72)
#060940
(6,9,64)
#060838
(6,8,56)
#060730
(6,7,48)
#060628
(6,6,40)
#060520
(6,5,32)
#060418
(6,4,24)
#060310
(6,3,16)
#000000
(0,0,0)

Tints of #060D60

#060D60
(6,13,96)
#1C236E
(28,35,110)
#32397C
(50,57,124)
#484F8A
(72,79,138)
#5E6598
(94,101,152)
#747BA6
(116,123,166)
#8A91B4
(138,145,180)
#A0A7C2
(160,167,194)
#B6BDD0
(182,189,208)
#CCD3DE
(204,211,222)
#E2E9EC
(226,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060D60 color. Also use rgb(6,13,96) instead hex code.

Text Font Color

.myTextColor { color: #060D60; }

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

This text font color is #060D60.

Background Color

.myBgColor { background-color: #060D60; }

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

This div background color is #060D60.

Border color

.myBorderColor { border: 1px solid #060D60; }

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

This div border color is #060D60.

Opacity

.myOpacity80 { color: #060D60; opacity: 0.8; }

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

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

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

This text has shadow with #060D60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #060D60.

Preview

Color preview on black background

This text has color #060D60 on black background.


Color preview on white background

This text has color #060D60 on white background.


Black color preview on #060D60 background

This text has black color on #060D60 background.


White color preview on #060D60 background

This text has white color on #060D60 background.


Related colors

Complementary color

Complementary color for #hex is #F9F29F.


I love getcolorcode.com

Triadic colors

1 #60060D and #0D6006 with #060D60 are triadic colors.

2 #600D06 and #0D0660 with #060D60 are triadic colors.