COLOR #06246A

HEX: #06246A
RGB: (6,36,106)

Color info

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

RGB color model

#06246A color RGB value is (6,36,106).

  • red value is 6;
  • green value is 36;
  • blue value is 106.
RGB:
(6,36,106)
(2%,14%,42%)

RGB channels and saturation

R 6 of 255 = 2%
G 36 of 255 = 14%
B 106 of 255 = 42%

6
36
106

R + G + B ~ 19%. #06246A is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 36 + 106 = 148 (100%)
R 6 of 148 ~ 4.05%
G 36 of 148 ~ 24.32%
B 106 of 148 ~ 71.62%

%24.32
%71.62

CMYK color model

#06246A color CMYK value is (94,66,0,58).

  • cyan value is 94.34%
  • magenta value is 66.04%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(94,66,0,58)
C94M66Y0K58 
(94%,66%,0%,58%)
(0.94/0.66/0.00/0.58)	

CMYK percentages

%94.34
%66.04
%0
%58.43

Codes

Color #06246A in popluar color models

06246A
RGB636106
HSL222°89.29%21.96%
HSB/HSV222°94.34%41.57%
CMYK94.34%66.04%0.00%
58.43%

Color #06246A in popluar number systems.

HEX06246A
Decimal636106
Binary1101001001101010
Octal644152

Shades and tints

Shades of #06246A

#06246A
(6,36,106)
#062161
(6,33,97)
#061E58
(6,30,88)
#061B4F
(6,27,79)
#061846
(6,24,70)
#06153D
(6,21,61)
#061234
(6,18,52)
#060F2B
(6,15,43)
#060C22
(6,12,34)
#060919
(6,9,25)
#060610
(6,6,16)
#000000
(0,0,0)

Tints of #06246A

#06246A
(6,36,106)
#1C3777
(28,55,119)
#324A84
(50,74,132)
#485D91
(72,93,145)
#5E709E
(94,112,158)
#7483AB
(116,131,171)
#8A96B8
(138,150,184)
#A0A9C5
(160,169,197)
#B6BCD2
(182,188,210)
#CCCFDF
(204,207,223)
#E2E2EC
(226,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06246A color. Also use rgb(6,36,106) instead hex code.

Text Font Color

.myTextColor { color: #06246A; }

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

This text font color is #06246A.


Background Color

.myBgColor { background-color: #06246A; }

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

This div background color is #06246A.


Border color

.myBorderColor { border: 1px solid #06246A; }

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

This div border color is #06246A.


Opacity

.myOpacity80 { color: #06246A; opacity: 0.8; }

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

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

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

This text has shadow with #06246A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06246A on black background.


Color preview on white background

This text has color #06246A on white background.



Black color preview on #06246A background

This text has black color on #06246A background.


White color preview on #06246A background

This text has white color on #06246A background.