COLOR #060051

HEX: #060051
RGB: (6,0,81)

Color info

#060051 contains mainly blue color. Web safe color of #060051 is #000066 (or #006).

RGB color model

#060051 color RGB value is (6,0,81).

  • red value is 6;
  • green value is 0;
  • blue value is 81.
RGB:
(6,0,81)
(2%,0%,32%)

RGB channels and saturation

R 6 of 255 = 2%
G 0 of 255 = 0%
B 81 of 255 = 32%

6
0
81

R + G + B ~ 11%. #060051 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 0 + 81 = 87 (100%)
R 6 of 87 ~ 6.9%
G 0 of 87 ~ 0%
B 81 of 87 ~ 93.1%

%93.1

CMYK color model

#060051 color CMYK value is (93,100,0,68).

  • cyan value is 92.59%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(93,100,0,68)
C93M100Y0K68 
(93%,100%,0%,68%)
(0.93/1.00/0.00/0.68)	

CMYK percentages

%92.59
%100
%0
%68.24

Codes

Color #060051 in popluar color models

060051
RGB6081
HSL244°100.00%15.88%
HSB/HSV244°100.00%31.76%
CMYK92.59%100.00%0.00%
68.24%

Color #060051 in popluar number systems.

HEX060051
Decimal6081
Binary11001010001
Octal60121

Shades and tints

Shades of #060051

#060051
(6,0,81)
#06004A
(6,0,74)
#060043
(6,0,67)
#06003C
(6,0,60)
#060035
(6,0,53)
#06002E
(6,0,46)
#060027
(6,0,39)
#060020
(6,0,32)
#060019
(6,0,25)
#060012
(6,0,18)
#06000B
(6,0,11)
#000000
(0,0,0)

Tints of #060051

#060051
(6,0,81)
#1C1760
(28,23,96)
#322E6F
(50,46,111)
#48457E
(72,69,126)
#5E5C8D
(94,92,141)
#74739C
(116,115,156)
#8A8AAB
(138,138,171)
#A0A1BA
(160,161,186)
#B6B8C9
(182,184,201)
#CCCFD8
(204,207,216)
#E2E6E7
(226,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060051 color. Also use rgb(6,0,81) instead hex code.

Text Font Color

.myTextColor { color: #060051; }

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

This text font color is #060051.


Background Color

.myBgColor { background-color: #060051; }

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

This div background color is #060051.


Border color

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

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

This div border color is #060051.


Opacity

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

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

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

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

This text has shadow with #060051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060051 on black background.


Color preview on white background

This text has color #060051 on white background.



Black color preview on #060051 background

This text has black color on #060051 background.


White color preview on #060051 background

This text has white color on #060051 background.