#605D84

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

Shades of Comet #605D84

Tints of Comet #605D84

Color information

#605D84 (or 0x605D84) is unknown color: approx Comet. HEX triplet: 60, 5D and 84. RGB value is (96,93,132). Sum of RGB (Red+Green+Blue) = 96+93+132=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 132 - color contains mainly: blue. Hex color #605D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605D84 is #9FA27B. Grayscale: #626262. Windows color (decimal): -10461820 or 8674656. OLE color: 8674656.

HSL color Cylindrical-coordinate representation of color #605D84: hue angle of 244.62º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #605D84 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9693132-
CMYK0.270.3000.48
HSL244.62º17.33%44.12%-
HSV(B)244.62º29.55%51.76%-
XYZ12.911.9823.46-
YUV98.34146.99126.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.91%
GREEN value IS 93 (36.72% from 255) = 28.97%
BLUE value IS 132 (51.95% from 255) = 41.12%
R=29.91%
G=28.97%
B=41.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96931320.270.3000.48244.6217.3344.12
Hex605D841B1E030f5112c
Octal14013520433360603652154
Binary1100000101110110000100110111111001100001111010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,93,132); }

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

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

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

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

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

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

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