#60607E

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

Shades of Comet #60607E

Tints of Comet #60607E

Color information

#60607E (or 0x60607E) is unknown color: approx Comet. HEX triplet: 60, 60 and 7E. RGB value is (96,96,126). Sum of RGB (Red+Green+Blue) = 96+96+126=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 126 - color contains mainly: blue. Hex color #60607E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60607E is #9F9F81. Grayscale: #636363. Windows color (decimal): -10461058 or 8282208. OLE color: 8282208.

HSL color Cylindrical-coordinate representation of color #60607E: hue angle of 240º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #60607E is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9696126-
CMYK0.240.2400.51
HSL240º13.51%43.53%-
HSV(B)240º23.81%49.41%-
XYZ12.7712.3621.45-
YUV99.42143125.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.19%
GREEN value IS 96 (37.89% from 255) = 30.19%
BLUE value IS 126 (49.61% from 255) = 39.62%
R=30.19%
G=30.19%
B=39.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal96961260.240.2400.5124013.5143.53
Hex60607E1818033f0e2c
Octal14014017630300633601654
Binary11000001100000111111011000110000110011111100001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60607E; }

 p { color: rgb(96,96,126); }

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

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

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

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

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

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

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