#060749

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

Shades of Midnight Express #060749

Tints of Midnight Express #060749

Color information

#060749 (or 0x060749) is unknown color: approx Midnight Express. HEX triplet: 06, 07 and 49. RGB value is (6,7,73). Sum of RGB (Red+Green+Blue) = 6+7+73=86 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.98% from 86); Green value is 7 (3.12% from 255 or 8.14% from 86); Blue value is 73 (28.91% from 255 or 84.88% from 86); Max value from RGB is 73 - color contains mainly: blue. Hex color #060749 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060749 is #F9F8B6. Grayscale: #0D0D0D. Windows color (decimal): -16382135 or 4785926. OLE color: 4785926.

HSL color Cylindrical-coordinate representation of color #060749: hue angle of 239.1º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #060749 is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB6773-
CMYK0.920.9000.71
HSL239.1º84.81%15.49%-
HSV(B)239.1º91.78%28.63%-
XYZ1.350.676.36-
YUV14.23161.17122.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.98%
GREEN value IS 7 (3.12% from 255) = 8.14%
BLUE value IS 73 (28.91% from 255) = 84.88%
R=6.98%
G=8.14%
B=84.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal67730.920.9000.71239.184.8115.49
Hex67495C5A047ef55f
Octal67111134132010735712517
Binary110111100100110111001011010010001111110111110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060749; }

 p { color: rgb(6,7,73); }

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

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

 a { background-color: rgb(6,7,73); }

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

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

 span { border-color: rgb(6,7,73); }

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