#60618B

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

Shades of Comet #60618B

Tints of Comet #60618B

Color information

#60618B (or 0x60618B) is unknown color: approx Comet. HEX triplet: 60, 61 and 8B. RGB value is (96,97,139). Sum of RGB (Red+Green+Blue) = 96+97+139=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 139 - color contains mainly: blue. Hex color #60618B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60618B is #9F9E74. Grayscale: #656565. Windows color (decimal): -10460789 or 9134432. OLE color: 9134432.

HSL color Cylindrical-coordinate representation of color #60618B: hue angle of 238.6º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #60618B is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9697139-
CMYK0.310.3000.45
HSL238.6º18.3%46.08%-
HSV(B)238.6º30.94%54.51%-
XYZ13.7612.926.19-
YUV101.49149.17124.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.92%
GREEN value IS 97 (38.28% from 255) = 29.22%
BLUE value IS 139 (54.69% from 255) = 41.87%
R=28.92%
G=29.22%
B=41.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96971390.310.3000.45238.618.346.08
Hex60618B1F1E02Def122e
Octal14014121337360553572256
Binary1100000110000110001011111111111001011011110111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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