#60618A

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

Shades of Comet #60618A

Tints of Comet #60618A

Color information

#60618A (or 0x60618A) is unknown color: approx Comet. HEX triplet: 60, 61 and 8A. RGB value is (96,97,138). Sum of RGB (Red+Green+Blue) = 96+97+138=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 138 - color contains mainly: blue. Hex color #60618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60618A is #9F9E75. Grayscale: #656565. Windows color (decimal): -10460790 or 9068896. OLE color: 9068896.

HSL color Cylindrical-coordinate representation of color #60618A: hue angle of 238.57º 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 #60618A is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9697138-
CMYK0.300.3000.46
HSL238.57º17.95%45.88%-
HSV(B)238.57º30.43%54.12%-
XYZ13.6912.8725.81-
YUV101.38148.67124.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.00%
GREEN value IS 97 (38.28% from 255) = 29.31%
BLUE value IS 138 (54.30% from 255) = 41.69%
R=29.00%
G=29.31%
B=41.69%

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
Decimal96971380.300.3000.46238.5717.9545.88
Hex60618A1E1E02Eef122e
Octal14014121236360563572256
Binary1100000110000110001010111101111001011101110111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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