COLOR #06203C

HEX: #06203C
RGB: (6,32,60)

Color info

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

RGB color model

#06203C color RGB value is (6,32,60).

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

RGB channels and saturation

R 6 of 255 = 2%
G 32 of 255 = 13%
B 60 of 255 = 24%

6
32
60

R + G + B ~ 13%. #06203C is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 32 + 60 = 98 (100%)
R 6 of 98 ~ 6.12%
G 32 of 98 ~ 32.65%
B 60 of 98 ~ 61.22%

%32.65
%61.22

CMYK color model

#06203C color CMYK value is (90,47,0,76).

  • cyan value is 90.00%
  • magenta value is 46.67%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(90,47,0,76)
C90M47Y0K76 
(90%,47%,0%,76%)
(0.90/0.47/0.00/0.76)	

CMYK percentages

%90
%46.67
%0
%76.47

Codes

Color #06203C in popluar color models

06203C
RGB63260
HSL211°81.82%12.94%
HSB/HSV211°90.00%23.53%
CMYK90.00%46.67%0.00%
76.47%

Color #06203C in popluar number systems.

HEX06203C
Decimal63260
Binary110100000111100
Octal64074

Shades and tints

Shades of #06203C

#06203C
(6,32,60)
#061E37
(6,30,55)
#061C32
(6,28,50)
#061A2D
(6,26,45)
#061828
(6,24,40)
#061623
(6,22,35)
#06141E
(6,20,30)
#061219
(6,18,25)
#061014
(6,16,20)
#060E0F
(6,14,15)
#060C0A
(6,12,10)
#000000
(0,0,0)

Tints of #06203C

#06203C
(6,32,60)
#1C344D
(28,52,77)
#32485E
(50,72,94)
#485C6F
(72,92,111)
#5E7080
(94,112,128)
#748491
(116,132,145)
#8A98A2
(138,152,162)
#A0ACB3
(160,172,179)
#B6C0C4
(182,192,196)
#CCD4D5
(204,212,213)
#E2E8E6
(226,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06203C; }

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

This text font color is #06203C.


Background Color

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

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

This div background color is #06203C.


Border color

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

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

This div border color is #06203C.


Opacity

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

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

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

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

This text has shadow with #06203C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06203C on black background.


Color preview on white background

This text has color #06203C on white background.



Black color preview on #06203C background

This text has black color on #06203C background.


White color preview on #06203C background

This text has white color on #06203C background.