COLOR #060430

HEX: #060430
RGB: (6,4,48)

Color info

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

RGB color model

#060430 color RGB value is (6,4,48).

  • red value is 6;
  • green value is 4;
  • blue value is 48.
RGB:
(6,4,48)
(2%,2%,19%)

RGB channels and saturation

R 6 of 255 = 2%
G 4 of 255 = 2%
B 48 of 255 = 19%

6
4
48

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

Portions of RGB colors in percentages

R + G + B =
6 + 4 + 48 = 58 (100%)
R 6 of 58 ~ 10.34%
G 4 of 58 ~ 6.9%
B 48 of 58 ~ 82.76%

%10.34
%82.76

CMYK color model

#060430 color CMYK value is (88,92,0,81).

  • cyan value is 87.50%
  • magenta value is 91.67%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(88,92,0,81)
C88M92Y0K81 
(88%,92%,0%,81%)
(0.88/0.92/0.00/0.81)	

CMYK percentages

%87.5
%91.67
%0
%81.18

Codes

Color #060430 in popluar color models

060430
RGB6448
HSL243°84.62%10.20%
HSB/HSV243°91.67%18.82%
CMYK87.50%91.67%0.00%
81.18%

Color #060430 in popluar number systems.

HEX060430
Decimal6448
Binary110100110000
Octal6460

Shades and tints

Shades of #060430

#060430
(6,4,48)
#06042C
(6,4,44)
#060428
(6,4,40)
#060424
(6,4,36)
#060420
(6,4,32)
#06041C
(6,4,28)
#060418
(6,4,24)
#060414
(6,4,20)
#060410
(6,4,16)
#06040C
(6,4,12)
#060408
(6,4,8)
#000000
(0,0,0)

Tints of #060430

#060430
(6,4,48)
#1C1A42
(28,26,66)
#323054
(50,48,84)
#484666
(72,70,102)
#5E5C78
(94,92,120)
#74728A
(116,114,138)
#8A889C
(138,136,156)
#A09EAE
(160,158,174)
#B6B4C0
(182,180,192)
#CCCAD2
(204,202,210)
#E2E0E4
(226,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060430; }

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

This text font color is #060430.


Background Color

.myBgColor { background-color: #060430; }

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

This div background color is #060430.


Border color

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

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

This div border color is #060430.


Opacity

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

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

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

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

This text has shadow with #060430 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060430 on black background.


Color preview on white background

This text has color #060430 on white background.



Black color preview on #060430 background

This text has black color on #060430 background.


White color preview on #060430 background

This text has white color on #060430 background.