COLOR #062062

HEX: #062062
RGB: (6,32,98)

Color info

#062062 contains mainly blue color. Web safe color of #062062 is #003366 (or #036).

RGB color model

#062062 color RGB value is (6,32,98).

  • red value is 6;
  • green value is 32;
  • blue value is 98.
RGB:
(6,32,98)
(2%,13%,38%)

RGB channels and saturation

R 6 of 255 = 2%
G 32 of 255 = 13%
B 98 of 255 = 38%

6
32
98

R + G + B ~ 18%. #062062 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 32 + 98 = 136 (100%)
R 6 of 136 ~ 4.41%
G 32 of 136 ~ 23.53%
B 98 of 136 ~ 72.06%

%23.53
%72.06

CMYK color model

#062062 color CMYK value is (94,67,0,62).

  • cyan value is 93.88%
  • magenta value is 67.35%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(94,67,0,62)
C94M67Y0K62 
(94%,67%,0%,62%)
(0.94/0.67/0.00/0.62)	

CMYK percentages

%93.88
%67.35
%0
%61.57

Codes

Color #062062 in popluar color models

062062
RGB63298
HSL223°88.46%20.39%
HSB/HSV223°93.88%38.43%
CMYK93.88%67.35%0.00%
61.57%

Color #062062 in popluar number systems.

HEX062062
Decimal63298
Binary1101000001100010
Octal640142

Shades and tints

Shades of #062062

#062062
(6,32,98)
#061E5A
(6,30,90)
#061C52
(6,28,82)
#061A4A
(6,26,74)
#061842
(6,24,66)
#06163A
(6,22,58)
#061432
(6,20,50)
#06122A
(6,18,42)
#061022
(6,16,34)
#060E1A
(6,14,26)
#060C12
(6,12,18)
#000000
(0,0,0)

Tints of #062062

#062062
(6,32,98)
#1C3470
(28,52,112)
#32487E
(50,72,126)
#485C8C
(72,92,140)
#5E709A
(94,112,154)
#7484A8
(116,132,168)
#8A98B6
(138,152,182)
#A0ACC4
(160,172,196)
#B6C0D2
(182,192,210)
#CCD4E0
(204,212,224)
#E2E8EE
(226,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #062062 color. Also use rgb(6,32,98) instead hex code.

Text Font Color

.myTextColor { color: #062062; }

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

This text font color is #062062.


Background Color

.myBgColor { background-color: #062062; }

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

This div background color is #062062.


Border color

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

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

This div border color is #062062.


Opacity

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

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

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

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

This text has shadow with #062062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062062 on black background.


Color preview on white background

This text has color #062062 on white background.



Black color preview on #062062 background

This text has black color on #062062 background.


White color preview on #062062 background

This text has white color on #062062 background.