#060460

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

Shades of Midnight Blue #060460

Tints of Midnight Blue #060460

Color information

#060460 (or 0x060460) is unknown color: approx Midnight Blue. HEX triplet: 06, 04 and 60. RGB value is (6,4,96). Sum of RGB (Red+Green+Blue) = 6+4+96=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 96 (37.89% from 255 or 90.57% from 106); Max value from RGB is 96 - color contains mainly: blue. Hex color #060460 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060460 is #F9FB9F. Grayscale: #0E0E0E. Windows color (decimal): -16382880 or 6292486. OLE color: 6292486.

HSL color Cylindrical-coordinate representation of color #060460: hue angle of 241.3º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060460 is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB6496-
CMYK0.940.9600.62
HSL241.3º92%19.61%-
HSV(B)241.3º95.83%37.65%-
XYZ2.230.9711.14-
YUV15.09173.66121.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.66%
GREEN value IS 4 (1.95% from 255) = 3.77%
BLUE value IS 96 (37.89% from 255) = 90.57%
R=5.66%
G=3.77%
B=90.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal64960.940.9600.62241.39219.61
Hex64605E6003Ef15c14
Octal6414013614007636113424
Binary110100110000010111101100000011111011110001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060460; }

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

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

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

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

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

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

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

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