COLOR #060F52

HEX: #060F52 RGB: (6,15,82)

Color info

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

RGB color model

#060F52 color RGB value is (6,15,82).

RGB: (6,15,82) (2%, 6%, 32%)

RGB channels and saturation

R 6 of 255 = 2%
G 15 of 255 = 6%
B 82 of 255 = 32%

6
15
82

R + G + B ~ 13%. #060F52 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 15 + 82 = 103 (100%)
R 6 of 103 ~ 5.83%
G 15 of 103 ~ 14.56%
B 82 of 103 ~ 79.61'%

%14.56
%79.61

CMYK color model

#060F52 color CMYK value is (93,82,0,68).

  • cyan value is 92.68%
  • magenta value is 81.71%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (93,82,0,68)
C93M82Y0K68 (93%, 82%, 0%, 68%)
(0.93 / 0.82 / 0.00 / 0.68)

CMYK percentages

%92.68
%81.71
%0
%67.84

Codes

Color #060F52 in popluar color models

06 0F 52
RGB 6 15 82
HSL 233° 86.36% 17.25%
HSB/HSV 233° 92.68% 32.16%
CMYK 92.68% 81.71% 0.00%
67.84%

Color #060F52 in popluar number systems.

HEX 06 0F 52
Decimal 6 15 82
Binary 110 1111 1010010
Octal 6 17 122

Shades and tints

Shades of #060F52

#060F52
(6,15,82)
#060E4B
(6,14,75)
#060D44
(6,13,68)
#060C3D
(6,12,61)
#060B36
(6,11,54)
#060A2F
(6,10,47)
#060928
(6,9,40)
#060821
(6,8,33)
#06071A
(6,7,26)
#060613
(6,6,19)
#06050C
(6,5,12)
#000000
(0,0,0)

Tints of #060F52

#060F52
(6,15,82)
#1C2461
(28,36,97)
#323970
(50,57,112)
#484E7F
(72,78,127)
#5E638E
(94,99,142)
#74789D
(116,120,157)
#8A8DAC
(138,141,172)
#A0A2BB
(160,162,187)
#B6B7CA
(182,183,202)
#CCCCD9
(204,204,217)
#E2E1E8
(226,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060F52 color. Also use rgb(6,15,82) instead hex code.

Text Font Color

.myTextColor { color: #060F52; }

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

This text font color is #060F52.

Background Color

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

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

This div background color is #060F52.

Border color

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

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

This div border color is #060F52.

Opacity

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

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

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

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

This text has shadow with #060F52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #060F52.

Preview

Color preview on black background

This text has color #060F52 on black background.


Color preview on white background

This text has color #060F52 on white background.


Black color preview on #060F52 background

This text has black color on #060F52 background.


White color preview on #060F52 background

This text has white color on #060F52 background.


Related colors

Complementary color

Complementary color for #hex is #F9F0AD.


I love getcolorcode.com

Triadic colors

1 #52060F and #0F5206 with #060F52 are triadic colors.

2 #520F06 and #0F0652 with #060F52 are triadic colors.