COLOR #06207C

HEX: #06207C RGB: (6,32,124)

Color info

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

RGB color model

#06207C color RGB value is (6,32,124).

RGB: (6,32,124) (2%, 13%, 49%)

RGB channels and saturation

R 6 of 255 = 2%
G 32 of 255 = 13%
B 124 of 255 = 49%

6
32
124

R + G + B ~ 21%. #06207C is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 32 + 124 = 162 (100%)
R 6 of 162 ~ 3.7%
G 32 of 162 ~ 19.75%
B 124 of 162 ~ 76.54'%

%19.75
%76.54

CMYK color model

#06207C color CMYK value is (95,74,0,51).

  • cyan value is 95.16%
  • magenta value is 74.19%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (95,74,0,51)
C95M74Y0K51 (95%, 74%, 0%, 51%)
(0.95 / 0.74 / 0.00 / 0.51)

CMYK percentages

%95.16
%74.19
%0
%51.37

Codes

Color #06207C in popluar color models

06 20 7C
RGB 6 32 124
HSL 227° 90.77% 25.49%
HSB/HSV 227° 95.16% 48.63%
CMYK 95.16% 74.19% 0.00%
51.37%

Color #06207C in popluar number systems.

HEX 06 20 7C
Decimal 6 32 124
Binary 110 100000 1111100
Octal 6 40 174

Shades and tints

Shades of #06207C

#06207C
(6,32,124)
#061E71
(6,30,113)
#061C66
(6,28,102)
#061A5B
(6,26,91)
#061850
(6,24,80)
#061645
(6,22,69)
#06143A
(6,20,58)
#06122F
(6,18,47)
#061024
(6,16,36)
#060E19
(6,14,25)
#060C0E
(6,12,14)
#000000
(0,0,0)

Tints of #06207C

#06207C
(6,32,124)
#1C3487
(28,52,135)
#324892
(50,72,146)
#485C9D
(72,92,157)
#5E70A8
(94,112,168)
#7484B3
(116,132,179)
#8A98BE
(138,152,190)
#A0ACC9
(160,172,201)
#B6C0D4
(182,192,212)
#CCD4DF
(204,212,223)
#E2E8EA
(226,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06207C; }

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

This text font color is #06207C.

Background Color

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

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

This div background color is #06207C.

Border color

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

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

This div border color is #06207C.

Opacity

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

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

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

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

This text has shadow with #06207C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06207C.

Preview

Color preview on black background

This text has color #06207C on black background.


Color preview on white background

This text has color #06207C on white background.


Black color preview on #06207C background

This text has black color on #06207C background.


White color preview on #06207C background

This text has white color on #06207C background.


Related colors

Complementary color

Complementary color for #hex is #F9DF83.


I love getcolorcode.com

Triadic colors

1 #7C0620 and #207C06 with #06207C are triadic colors.

2 #7C2006 and #20067C with #06207C are triadic colors.