#602768

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

Shades of Seance #602768

Tints of Seance #602768

Color information

#602768 (or 0x602768) is unknown color: approx Seance. HEX triplet: 60, 27 and 68. RGB value is (96,39,104). Sum of RGB (Red+Green+Blue) = 96+39+104=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #602768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602768 is #9FD897. Grayscale: #3F3F3F. Windows color (decimal): -10475672 or 6825824. OLE color: 6825824.

HSL color Cylindrical-coordinate representation of color #602768: hue angle of 292.62º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #602768 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9639104-
CMYK0.080.6200.59
HSL292.62º45.45%28.04%-
HSV(B)292.62º62.5%40.78%-
XYZ8.054.9413.63-
YUV63.45150.88151.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.17%
GREEN value IS 39 (15.62% from 255) = 16.32%
BLUE value IS 104 (41.02% from 255) = 43.51%
R=40.17%
G=16.32%
B=43.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96391040.080.6200.59292.6245.4528.04
Hex60276883E03B1252d1c
Octal1404715010760734455534
Binary110000010011111010001000111110011101110010010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602768; }

 p { color: rgb(96,39,104); }

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

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

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

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

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

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

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