#605F7D

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

Shades of Comet #605F7D

Tints of Comet #605F7D

Color information

#605F7D (or 0x605F7D) is unknown color: approx Comet. HEX triplet: 60, 5F and 7D. RGB value is (96,95,125). Sum of RGB (Red+Green+Blue) = 96+95+125=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 125 - color contains mainly: blue. Hex color #605F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605F7D is #9FA082. Grayscale: #626262. Windows color (decimal): -10461315 or 8216416. OLE color: 8216416.

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

Color convert

RGB9695125-
CMYK0.230.2400.51
HSL242º13.64%43.14%-
HSV(B)242º24%49.02%-
XYZ12.6212.1521.08-
YUV98.72142.83126.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.38%
GREEN value IS 95 (37.5% from 255) = 30.06%
BLUE value IS 125 (49.22% from 255) = 39.56%
R=30.38%
G=30.06%
B=39.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal96951250.230.2400.5124213.6443.14
Hex605F7D1718033f2e2b
Octal14013717527300633621653
Binary11000001011111111110110111110000110011111100101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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