COLOR #060232

HEX: #060232
RGB: (6,2,50)

Color info

#060232 contains red, green and blue colors in about the same proportion. Web safe color of #060232 is #000033 (or #003).

RGB color model

#060232 color RGB value is (6,2,50).

  • red value is 6;
  • green value is 2;
  • blue value is 50.
RGB:
(6,2,50)
(2%,1%,20%)

RGB channels and saturation

R 6 of 255 = 2%
G 2 of 255 = 1%
B 50 of 255 = 20%

6
2
50

R + G + B ~ 8%. #060232 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 2 + 50 = 58 (100%)
R 6 of 58 ~ 10.34%
G 2 of 58 ~ 3.45%
B 50 of 58 ~ 86.21%

%10.34
%86.21

CMYK color model

#060232 color CMYK value is (88,96,0,80).

  • cyan value is 88.00%
  • magenta value is 96.00%
  • yellow value is 0.00%
  • key color value is 80.39%
CMYK:
(88,96,0,80)
C88M96Y0K80 
(88%,96%,0%,80%)
(0.88/0.96/0.00/0.80)	

CMYK percentages

%88
%96
%0
%80.39

Codes

Color #060232 in popluar color models

060232
RGB6250
HSL245°92.31%10.20%
HSB/HSV245°96.00%19.61%
CMYK88.00%96.00%0.00%
80.39%

Color #060232 in popluar number systems.

HEX060232
Decimal6250
Binary11010110010
Octal6262

Shades and tints

Shades of #060232

#060232
(6,2,50)
#06022E
(6,2,46)
#06022A
(6,2,42)
#060226
(6,2,38)
#060222
(6,2,34)
#06021E
(6,2,30)
#06021A
(6,2,26)
#060216
(6,2,22)
#060212
(6,2,18)
#06020E
(6,2,14)
#06020A
(6,2,10)
#000000
(0,0,0)

Tints of #060232

#060232
(6,2,50)
#1C1944
(28,25,68)
#323056
(50,48,86)
#484768
(72,71,104)
#5E5E7A
(94,94,122)
#74758C
(116,117,140)
#8A8C9E
(138,140,158)
#A0A3B0
(160,163,176)
#B6BAC2
(182,186,194)
#CCD1D4
(204,209,212)
#E2E8E6
(226,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060232 color. Also use rgb(6,2,50) instead hex code.

Text Font Color

.myTextColor { color: #060232; }

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

This text font color is #060232.


Background Color

.myBgColor { background-color: #060232; }

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

This div background color is #060232.


Border color

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

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

This div border color is #060232.


Opacity

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

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

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

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

This text has shadow with #060232 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060232 on black background.


Color preview on white background

This text has color #060232 on white background.



Black color preview on #060232 background

This text has black color on #060232 background.


White color preview on #060232 background

This text has white color on #060232 background.