COLOR #062553

HEX: #062553
RGB: (6,37,83)

Color info

#062553 contains mainly green and blue colors. Web safe color of #062553 is #003366 (or #036).

RGB color model

#062553 color RGB value is (6,37,83).

  • red value is 6;
  • green value is 37;
  • blue value is 83.
RGB:
(6,37,83)
(2%,15%,33%)

RGB channels and saturation

R 6 of 255 = 2%
G 37 of 255 = 15%
B 83 of 255 = 33%

6
37
83

R + G + B ~ 17%. #062553 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 37 + 83 = 126 (100%)
R 6 of 126 ~ 4.76%
G 37 of 126 ~ 29.37%
B 83 of 126 ~ 65.87%

%29.37
%65.87

CMYK color model

#062553 color CMYK value is (93,55,0,67).

  • cyan value is 92.77%
  • magenta value is 55.42%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(93,55,0,67)
C93M55Y0K67 
(93%,55%,0%,67%)
(0.93/0.55/0.00/0.67)	

CMYK percentages

%92.77
%55.42
%0
%67.45

Codes

Color #062553 in popluar color models

062553
RGB63783
HSL216°86.52%17.45%
HSB/HSV216°92.77%32.55%
CMYK92.77%55.42%0.00%
67.45%

Color #062553 in popluar number systems.

HEX062553
Decimal63783
Binary1101001011010011
Octal645123

Shades and tints

Shades of #062553

#062553
(6,37,83)
#06224C
(6,34,76)
#061F45
(6,31,69)
#061C3E
(6,28,62)
#061937
(6,25,55)
#061630
(6,22,48)
#061329
(6,19,41)
#061022
(6,16,34)
#060D1B
(6,13,27)
#060A14
(6,10,20)
#06070D
(6,7,13)
#000000
(0,0,0)

Tints of #062553

#062553
(6,37,83)
#1C3862
(28,56,98)
#324B71
(50,75,113)
#485E80
(72,94,128)
#5E718F
(94,113,143)
#74849E
(116,132,158)
#8A97AD
(138,151,173)
#A0AABC
(160,170,188)
#B6BDCB
(182,189,203)
#CCD0DA
(204,208,218)
#E2E3E9
(226,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #062553 color. Also use rgb(6,37,83) instead hex code.

Text Font Color

.myTextColor { color: #062553; }

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

This text font color is #062553.


Background Color

.myBgColor { background-color: #062553; }

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

This div background color is #062553.


Border color

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

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

This div border color is #062553.


Opacity

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

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

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

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

This text has shadow with #062553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062553 on black background.


Color preview on white background

This text has color #062553 on white background.



Black color preview on #062553 background

This text has black color on #062553 background.


White color preview on #062553 background

This text has white color on #062553 background.