#605E84

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

Shades of Comet #605E84

Tints of Comet #605E84

Color information

#605E84 (or 0x605E84) is unknown color: approx Comet. HEX triplet: 60, 5E and 84. RGB value is (96,94,132). Sum of RGB (Red+Green+Blue) = 96+94+132=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 132 - color contains mainly: blue. Hex color #605E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605E84 is #9FA17B. Grayscale: #626262. Windows color (decimal): -10461564 or 8674912. OLE color: 8674912.

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

Color convert

RGB9694132-
CMYK0.270.2900.48
HSL243.16º16.81%44.31%-
HSV(B)243.16º28.79%51.76%-
XYZ12.9912.1623.49-
YUV98.93146.66125.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.81%
GREEN value IS 94 (37.11% from 255) = 29.19%
BLUE value IS 132 (51.95% from 255) = 40.99%
R=29.81%
G=29.19%
B=40.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96941320.270.2900.48243.1616.8144.31
Hex605E841B1D030f3112c
Octal14013620433350603632154
Binary1100000101111010000100110111110101100001111001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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