#060493

Color #060493 Dark Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Blue #060493

Tints of Dark Blue #060493

Color information

#060493 (or 0x060493) is unknown color: approx Dark Blue. HEX triplet: 06, 04 and 93. RGB value is (6,4,147). Sum of RGB (Red+Green+Blue) = 6+4+147=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 147 (57.81% from 255 or 93.63% from 157); Max value from RGB is 147 - color contains mainly: blue. Hex color #060493 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060493 is #F9FB6C. Grayscale: #141414. Windows color (decimal): -16382829 or 9634822. OLE color: 9634822.

HSL color Cylindrical-coordinate representation of color #060493: hue angle of 240.84º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060493 is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB64147-
CMYK0.960.9700.42
HSL240.84º94.7%29.61%-
HSV(B)240.84º97.28%57.65%-
XYZ5.382.2327.75-
YUV20.9199.16117.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 3.82%
GREEN value IS 4 (1.95% from 255) = 2.55%
BLUE value IS 147 (57.81% from 255) = 93.63%
R=3.82%
G=2.55%
B=93.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641470.960.9700.42240.8494.729.61
Hex6493606102Af15f1e
Octal6422314014105236113736
Binary1101001001001111000001100001010101011110001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060493; }

 p { color: rgb(6,4,147); }

 H1.HeaderClassName
 {
   color: #060493;
 }
 .AnyTagClassName
 {
   color: #060493;
 }
</style>
background-color css

<style>
 a { background-color: #060493; }

 a { background-color: rgb(6,4,147); }

 div.DivClassName
 {
   background-color: #060493;
 }
 .BgClassName
 {
   background-color: #060493;
 }
</style>
border-color css

<style>
 span { border-color: #060493; }

 span { border-color: rgb(6,4,147); }

 td.TdClassName
 {
   border-color: #060493;
 }
 .TagClassName
 {
   border-color: #060493;
 }
</style>