COLOR #06199A

HEX: #06199A
RGB: (6,25,154)

Color info

#06199A contains mainly blue color. Web safe color of #06199A is #000099 (or #009).

RGB color model

#06199A color RGB value is (6,25,154).

  • red value is 6;
  • green value is 25;
  • blue value is 154.
RGB:
(6,25,154)
(2%,10%,60%)

RGB channels and saturation

R 6 of 255 = 2%
G 25 of 255 = 10%
B 154 of 255 = 60%

6
25
154

R + G + B ~ 24%. #06199A is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 25 + 154 = 185 (100%)
R 6 of 185 ~ 3.24%
G 25 of 185 ~ 13.51%
B 154 of 185 ~ 83.24%

%13.51
%83.24

CMYK color model

#06199A color CMYK value is (96,84,0,40).

  • cyan value is 96.10%
  • magenta value is 83.77%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(96,84,0,40)
C96M84Y0K40 
(96%,84%,0%,40%)
(0.96/0.84/0.00/0.40)	

CMYK percentages

%96.1
%83.77
%0
%39.61

Codes

Color #06199A in popluar color models

06199A
RGB625154
HSL232°92.50%31.37%
HSB/HSV232°96.10%60.39%
CMYK96.10%83.77%0.00%
39.61%

Color #06199A in popluar number systems.

HEX06199A
Decimal625154
Binary1101100110011010
Octal631232

Shades and tints

Shades of #06199A

#06199A
(6,25,154)
#06178C
(6,23,140)
#06157E
(6,21,126)
#061370
(6,19,112)
#061162
(6,17,98)
#060F54
(6,15,84)
#060D46
(6,13,70)
#060B38
(6,11,56)
#06092A
(6,9,42)
#06071C
(6,7,28)
#06050E
(6,5,14)
#000000
(0,0,0)

Tints of #06199A

#06199A
(6,25,154)
#1C2DA3
(28,45,163)
#3241AC
(50,65,172)
#4855B5
(72,85,181)
#5E69BE
(94,105,190)
#747DC7
(116,125,199)
#8A91D0
(138,145,208)
#A0A5D9
(160,165,217)
#B6B9E2
(182,185,226)
#CCCDEB
(204,205,235)
#E2E1F4
(226,225,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06199A color. Also use rgb(6,25,154) instead hex code.

Text Font Color

.myTextColor { color: #06199A; }

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

This text font color is #06199A.


Background Color

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

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

This div background color is #06199A.


Border color

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

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

This div border color is #06199A.


Opacity

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

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

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

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

This text has shadow with #06199A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06199A on black background.


Color preview on white background

This text has color #06199A on white background.



Black color preview on #06199A background

This text has black color on #06199A background.


White color preview on #06199A background

This text has white color on #06199A background.