#060655

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

Shades of Midnight Blue #060655

Tints of Midnight Blue #060655

Color information

#060655 (or 0x060655) is unknown color: approx Midnight Blue. HEX triplet: 06, 06 and 55. RGB value is (6,6,85). Sum of RGB (Red+Green+Blue) = 6+6+85=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 6 (2.73% from 255 or 6.19% from 97); Blue value is 85 (33.59% from 255 or 87.63% from 97); Max value from RGB is 85 - color contains mainly: blue. Hex color #060655 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060655 is #F9F9AA. Grayscale: #0E0E0E. Windows color (decimal): -16382379 or 5572102. OLE color: 5572102.

HSL color Cylindrical-coordinate representation of color #060655: hue angle of 240º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #060655 is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB6685-
CMYK0.930.9300.67
HSL240º86.81%17.84%-
HSV(B)240º92.94%33.33%-
XYZ1.780.828.66-
YUV15.01167.5121.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.19%
GREEN value IS 6 (2.73% from 255) = 6.19%
BLUE value IS 85 (33.59% from 255) = 87.63%
R=6.19%
G=6.19%
B=87.63%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal66850.930.9300.6724086.8117.84
Hex66555D5D043f05712
Octal66125135135010336012722
Binary1101101010101101110110111010100001111110000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060655; }

 p { color: rgb(6,6,85); }

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

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

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

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

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

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

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