COLOR #060841

HEX: #060841 RGB: (6,8,65)

Color info

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

RGB color model

#060841 color RGB value is (6,8,65).

RGB: (6,8,65) (2%, 3%, 25%)

RGB channels and saturation

R 6 of 255 = 2%
G 8 of 255 = 3%
B 65 of 255 = 25%

6
8
65

R + G + B ~ 10%. #060841 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 8 + 65 = 79 (100%)
R 6 of 79 ~ 7.59%
G 8 of 79 ~ 10.13%
B 65 of 79 ~ 82.28'%

%82.28

CMYK color model

#060841 color CMYK value is (91,88,0,75).

  • cyan value is 90.77%
  • magenta value is 87.69%
  • yellow value is 0.00%
  • key color value is 74.51%

CMYK: (91,88,0,75)
C91M88Y0K75 (91%, 88%, 0%, 75%)
(0.91 / 0.88 / 0.00 / 0.75)

CMYK percentages

%90.77
%87.69
%0
%74.51

Codes

Color #060841 in popluar color models

06 08 41
RGB 6 8 65
HSL 238° 83.10% 13.92%
HSB/HSV 238° 90.77% 25.49%
CMYK 90.77% 87.69% 0.00%
74.51%

Color #060841 in popluar number systems.

HEX 06 08 41
Decimal 6 8 65
Binary 110 1000 1000001
Octal 6 10 101

Shades and tints

Shades of #060841

#060841
(6,8,65)
#06083C
(6,8,60)
#060837
(6,8,55)
#060832
(6,8,50)
#06082D
(6,8,45)
#060828
(6,8,40)
#060823
(6,8,35)
#06081E
(6,8,30)
#060819
(6,8,25)
#060814
(6,8,20)
#06080F
(6,8,15)
#000000
(0,0,0)

Tints of #060841

#060841
(6,8,65)
#1C1E52
(28,30,82)
#323463
(50,52,99)
#484A74
(72,74,116)
#5E6085
(94,96,133)
#747696
(116,118,150)
#8A8CA7
(138,140,167)
#A0A2B8
(160,162,184)
#B6B8C9
(182,184,201)
#CCCEDA
(204,206,218)
#E2E4EB
(226,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060841 color. Also use rgb(6,8,65) instead hex code.

Text Font Color

.myTextColor { color: #060841; }

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

This text font color is #060841.

Background Color

.myBgColor { background-color: #060841; }

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

This div background color is #060841.

Border color

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

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

This div border color is #060841.

Opacity

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

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

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

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

This text has shadow with #060841 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #060841.

Preview

Color preview on black background

This text has color #060841 on black background.


Color preview on white background

This text has color #060841 on white background.


Black color preview on #060841 background

This text has black color on #060841 background.


White color preview on #060841 background

This text has white color on #060841 background.


Related colors

Complementary color

Complementary color for #hex is #F9F7BE.


I love getcolorcode.com

Triadic colors

1 #410608 and #084106 with #060841 are triadic colors.

2 #410806 and #080641 with #060841 are triadic colors.