COLOR #060130

HEX: #060130 RGB: (6,1,48)

Color info

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

RGB color model

#060130 color RGB value is (6,1,48).

RGB: (6,1,48) (2%, 0%, 19%)

RGB channels and saturation

R 6 of 255 = 2%
G 1 of 255 = 0%
B 48 of 255 = 19%

6
1
48

R + G + B ~ 7%. #060130 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 1 + 48 = 55 (100%)
R 6 of 55 ~ 10.91%
G 1 of 55 ~ 1.82%
B 48 of 55 ~ 87.27'%

%10.91
%87.27

CMYK color model

#060130 color CMYK value is (88,98,0,81).

  • cyan value is 87.50%
  • magenta value is 97.92%
  • yellow value is 0.00%
  • key color value is 81.18%

CMYK: (88,98,0,81)
C88M98Y0K81 (88%, 98%, 0%, 81%)
(0.88 / 0.98 / 0.00 / 0.81)

CMYK percentages

%87.5
%97.92
%0
%81.18

Codes

Color #060130 in popluar color models

06 01 30
RGB 6 1 48
HSL 246° 95.92% 9.61%
HSB/HSV 246° 97.92% 18.82%
CMYK 87.50% 97.92% 0.00%
81.18%

Color #060130 in popluar number systems.

HEX 06 01 30
Decimal 6 1 48
Binary 110 1 110000
Octal 6 1 60

Shades and tints

Shades of #060130

#060130
(6,1,48)
#06012C
(6,1,44)
#060128
(6,1,40)
#060124
(6,1,36)
#060120
(6,1,32)
#06011C
(6,1,28)
#060118
(6,1,24)
#060114
(6,1,20)
#060110
(6,1,16)
#06010C
(6,1,12)
#060108
(6,1,8)
#000000
(0,0,0)

Tints of #060130

#060130
(6,1,48)
#1C1842
(28,24,66)
#322F54
(50,47,84)
#484666
(72,70,102)
#5E5D78
(94,93,120)
#74748A
(116,116,138)
#8A8B9C
(138,139,156)
#A0A2AE
(160,162,174)
#B6B9C0
(182,185,192)
#CCD0D2
(204,208,210)
#E2E7E4
(226,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060130 color. Also use rgb(6,1,48) instead hex code.

Text Font Color

.myTextColor { color: #060130; }

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

This text font color is #060130.

Background Color

.myBgColor { background-color: #060130; }

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

This div background color is #060130.

Border color

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

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

This div border color is #060130.

Opacity

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

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

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

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

This text has shadow with #060130 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #060130.

Preview

Color preview on black background

This text has color #060130 on black background.


Color preview on white background

This text has color #060130 on white background.


Black color preview on #060130 background

This text has black color on #060130 background.


White color preview on #060130 background

This text has white color on #060130 background.


Related colors

Complementary color

Complementary color for #hex is #F9FECF.


I love getcolorcode.com

Triadic colors

1 #300601 and #013006 with #060130 are triadic colors.

2 #300106 and #010630 with #060130 are triadic colors.