#060FA6

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

Shades of New Midnight Blue #060FA6

Tints of New Midnight Blue #060FA6

Color information

#060FA6 (or 0x060FA6) is unknown color: approx New Midnight Blue. HEX triplet: 06, 0F and A6. RGB value is (6,15,166). Sum of RGB (Red+Green+Blue) = 6+15+166=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 166 (65.23% from 255 or 88.77% from 187); Max value from RGB is 166 - color contains mainly: blue. Hex color #060FA6 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060FA6 is #F9F059. Grayscale: #1C1C1C. Windows color (decimal): -16379994 or 10882822. OLE color: 10882822.

HSL color Cylindrical-coordinate representation of color #060FA6: hue angle of 236.62º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060FA6 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB615166-
CMYK0.960.9100.35
HSL236.62º93.02%33.73%-
HSV(B)236.62º96.39%65.1%-
XYZ7.133.1336.31-
YUV29.52205.02111.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.21%
GREEN value IS 15 (6.25% from 255) = 8.02%
BLUE value IS 166 (65.23% from 255) = 88.77%
R=3.21%
G=8.02%
B=88.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6151660.960.9100.35236.6293.0233.73
Hex6FA6605B023ed5d22
Octal61724614013304335513542
Binary110111110100110110000010110110100011111011011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060FA6; }

 p { color: rgb(6,15,166); }

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

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

 a { background-color: rgb(6,15,166); }

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

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

 span { border-color: rgb(6,15,166); }

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