#605F7C

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

Shades of Comet #605F7C

Tints of Comet #605F7C

Color information

#605F7C (or 0x605F7C) is unknown color: approx Comet. HEX triplet: 60, 5F and 7C. RGB value is (96,95,124). Sum of RGB (Red+Green+Blue) = 96+95+124=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 124 - color contains mainly: blue. Hex color #605F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605F7C is #9FA083. Grayscale: #626262. Windows color (decimal): -10461316 or 8150880. OLE color: 8150880.

HSL color Cylindrical-coordinate representation of color #605F7C: hue angle of 242.07º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #605F7C is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9695124-
CMYK0.230.2300.51
HSL242.07º13.24%42.94%-
HSV(B)242.07º23.39%48.63%-
XYZ12.5512.1320.75-
YUV98.6142.33126.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.48%
GREEN value IS 95 (37.5% from 255) = 30.16%
BLUE value IS 124 (48.83% from 255) = 39.37%
R=30.48%
G=30.16%
B=39.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal96951240.230.2300.51242.0713.2442.94
Hex605F7C1717033f2d2b
Octal14013717427270633621553
Binary11000001011111111110010111101110110011111100101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605F7C; }

 p { color: rgb(96,95,124); }

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

<style>
 a { background-color: #605F7C; }

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

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

<style>
 span { border-color: #605F7C; }

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

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