#602968

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

Shades of Seance #602968

Tints of Seance #602968

Color information

#602968 (or 0x602968) is unknown color: approx Seance. HEX triplet: 60, 29 and 68. RGB value is (96,41,104). Sum of RGB (Red+Green+Blue) = 96+41+104=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 104 - color contains mainly: blue. Hex color #602968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602968 is #9FD697. Grayscale: #404040. Windows color (decimal): -10475160 or 6826336. OLE color: 6826336.

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

Color convert

RGB9641104-
CMYK0.080.6100.59
HSL292.38º43.45%28.43%-
HSV(B)292.38º60.58%40.78%-
XYZ8.125.0713.65-
YUV64.63150.22150.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.83%
GREEN value IS 41 (16.41% from 255) = 17.01%
BLUE value IS 104 (41.02% from 255) = 43.15%
R=39.83%
G=17.01%
B=43.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96411040.080.6100.59292.3843.4528.43
Hex60296883D03B1242b1c
Octal1405115010750734445334
Binary110000010100111010001000111101011101110010010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602968; }

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

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

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

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

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

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

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

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