#60608A

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

Shades of Comet #60608A

Tints of Comet #60608A

Color information

#60608A (or 0x60608A) is unknown color: approx Comet. HEX triplet: 60, 60 and 8A. RGB value is (96,96,138). Sum of RGB (Red+Green+Blue) = 96+96+138=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 138 - color contains mainly: blue. Hex color #60608A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60608A is #9F9F75. Grayscale: #646464. Windows color (decimal): -10461046 or 9068640. OLE color: 9068640.

HSL color Cylindrical-coordinate representation of color #60608A: hue angle of 240º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60608A is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9696138-
CMYK0.300.3000.46
HSL240º17.95%45.88%-
HSV(B)240º30.43%54.12%-
XYZ13.5912.6925.78-
YUV100.79149124.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.09%
GREEN value IS 96 (37.89% from 255) = 29.09%
BLUE value IS 138 (54.30% from 255) = 41.82%
R=29.09%
G=29.09%
B=41.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal96961380.300.3000.4624017.9545.88
Hex60608A1E1E02Ef0122e
Octal14014021236360563602256
Binary1100000110000010001010111101111001011101111000010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60608A; }

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

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

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

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

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

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

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

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