#60607B

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

Shades of Comet #60607B

Tints of Comet #60607B

Color information

#60607B (or 0x60607B) is unknown color: approx Comet. HEX triplet: 60, 60 and 7B. RGB value is (96,96,123). Sum of RGB (Red+Green+Blue) = 96+96+123=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 123 - color contains mainly: blue. Hex color #60607B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60607B is #9F9F84. Grayscale: #626262. Windows color (decimal): -10461061 or 8085600. OLE color: 8085600.

HSL color Cylindrical-coordinate representation of color #60607B: hue angle of 240º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #60607B is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9696123-
CMYK0.220.2200.52
HSL240º12.33%42.94%-
HSV(B)240º21.95%48.24%-
XYZ12.5812.2820.45-
YUV99.08141.5125.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.48%
GREEN value IS 96 (37.89% from 255) = 30.48%
BLUE value IS 123 (48.44% from 255) = 39.05%
R=30.48%
G=30.48%
B=39.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal96961230.220.2200.5224012.3342.94
Hex60607B1616034f0c2b
Octal14014017326260643601453
Binary11000001100000111101110110101100110100111100001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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