#60608b

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

Shades of Comet #60608B

Tints of Comet #60608B

Color information

#60608B (or 0x60608B) is unknown color: approx Comet. HEX triplet: 60, 60 and 8B. RGB value is (96,96,139). Sum of RGB (Red+Green+Blue) = 96+96+139=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 139 - color contains mainly: blue. Hex color #60608B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60608B is #9F9F74. Grayscale: #646464. Windows color (decimal): -10461045 or 9134176. OLE color: 9134176.

HSL color Cylindrical-coordinate representation of color #60608B: hue angle of 240º 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 #60608B is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9696139-
CMYK0.310.3100.45
HSL240º18.3%46.08%-
HSV(B)240º30.94%54.51%-
XYZ13.6712.7226.16-
YUV100.9149.5124.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.00%
GREEN value IS 96 (37.89% from 255) = 29.00%
BLUE value IS 139 (54.69% from 255) = 41.99%
R=29.00%
G=29.00%
B=41.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96961390.310.3100.4524018.346.08
Hex60608B1F1F02Df0122e
Octal14014021337370553602256
Binary1100000110000010001011111111111101011011111000010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60608b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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