#604360

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

Shades of Seance #604360

Tints of Seance #604360

Color information

#604360 (or 0x604360) is unknown color: approx Seance. HEX triplet: 60, 43 and 60. RGB value is (96,67,96). Sum of RGB (Red+Green+Blue) = 96+67+96=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #604360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604360 is #9FBC9F. Grayscale: #4E4E4E. Windows color (decimal): -10468512 or 6308704. OLE color: 6308704.

HSL color Cylindrical-coordinate representation of color #604360: hue angle of 300º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #604360 is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB966796-
CMYK00.3000.62
HSL300º17.79%31.96%-
HSV(B)300º30.21%37.65%-
XYZ8.947.3512.01-
YUV78.98137.61140.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.07%
GREEN value IS 67 (26.56% from 255) = 25.87%
BLUE value IS 96 (37.89% from 255) = 37.07%
R=37.07%
G=25.87%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96679600.3000.6230017.7931.96
Hex60436001E03E12c1220
Octal1401031400360764542240
Binary110000010000111100000011110011111010010110010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604360; }

 p { color: rgb(96,67,96); }

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

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

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

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

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

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

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