#606586

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

Shades of Comet #606586

Tints of Comet #606586

Color information

#606586 (or 0x606586) is unknown color: approx Comet. HEX triplet: 60, 65 and 86. RGB value is (96,101,134). Sum of RGB (Red+Green+Blue) = 96+101+134=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 134 - color contains mainly: blue. Hex color #606586 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606586 is #9F9A79. Grayscale: #676767. Windows color (decimal): -10459770 or 8807776. OLE color: 8807776.

HSL color Cylindrical-coordinate representation of color #606586: hue angle of 232.11º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #606586 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB96101134-
CMYK0.280.2500.47
HSL232.11º16.52%45.1%-
HSV(B)232.11º28.36%52.55%-
XYZ13.7813.5224.44-
YUV103.27145.34122.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.00%
GREEN value IS 101 (39.84% from 255) = 30.51%
BLUE value IS 134 (52.73% from 255) = 40.48%
R=29.00%
G=30.51%
B=40.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961011340.280.2500.47232.1116.5245.1
Hex6065861C1902Fe8112d
Octal14014520634310573502155
Binary1100000110010110000110111001100101011111110100010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606586; }

 p { color: rgb(96,101,134); }

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

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

 a { background-color: rgb(96,101,134); }

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

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

 span { border-color: rgb(96,101,134); }

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