#060546

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

Shades of Midnight Express #060546

Tints of Midnight Express #060546

Color information

#060546 (or 0x060546) is unknown color: approx Midnight Express. HEX triplet: 06, 05 and 46. RGB value is (6,5,70). Sum of RGB (Red+Green+Blue) = 6+5+70=81 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.41% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 70 (27.73% from 255 or 86.42% from 81); Max value from RGB is 70 - color contains mainly: blue. Hex color #060546 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060546 is #F9FAB9. Grayscale: #0C0C0C. Windows color (decimal): -16382650 or 4588806. OLE color: 4588806.

HSL color Cylindrical-coordinate representation of color #060546: hue angle of 240.92º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #060546 is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB6570-
CMYK0.910.9300.73
HSL240.92º86.67%14.71%-
HSV(B)240.92º92.86%27.45%-
XYZ1.230.595.84-
YUV12.71160.33123.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.41%
GREEN value IS 5 (2.34% from 255) = 6.17%
BLUE value IS 70 (27.73% from 255) = 86.42%
R=7.41%
G=6.17%
B=86.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal65700.910.9300.73240.9286.6714.71
Hex65465B5D049f157f
Octal65106133135011136112717
Binary110101100011010110111011101010010011111000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060546; }

 p { color: rgb(6,5,70); }

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

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

 a { background-color: rgb(6,5,70); }

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

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

 span { border-color: rgb(6,5,70); }

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