#605F7A

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

Shades of Comet #605F7A

Tints of Comet #605F7A

Color information

#605F7A (or 0x605F7A) is unknown color: approx Comet. HEX triplet: 60, 5F and 7A. RGB value is (96,95,122). Sum of RGB (Red+Green+Blue) = 96+95+122=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 122 - color contains mainly: blue. Hex color #605F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605F7A is #9FA085. Grayscale: #626262. Windows color (decimal): -10461318 or 8019808. OLE color: 8019808.

HSL color Cylindrical-coordinate representation of color #605F7A: hue angle of 242.22º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #605F7A is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9695122-
CMYK0.210.2200.52
HSL242.22º12.44%42.55%-
HSV(B)242.22º22.13%47.84%-
XYZ12.4312.0820.09-
YUV98.38141.33126.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.67%
GREEN value IS 95 (37.5% from 255) = 30.35%
BLUE value IS 122 (48.05% from 255) = 38.98%
R=30.67%
G=30.35%
B=38.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal96951220.210.2200.52242.2212.4442.55
Hex605F7A1516034f2c2b
Octal14013717225260643621453
Binary11000001011111111101010101101100110100111100101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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