#602A6C

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

Shades of Seance #602A6C

Tints of Seance #602A6C

Color information

#602A6C (or 0x602A6C) is unknown color: approx Seance. HEX triplet: 60, 2A and 6C. RGB value is (96,42,108). Sum of RGB (Red+Green+Blue) = 96+42+108=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 108 - color contains mainly: blue. Hex color #602A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602A6C is #9FD593. Grayscale: #414141. Windows color (decimal): -10474900 or 7088736. OLE color: 7088736.

HSL color Cylindrical-coordinate representation of color #602A6C: hue angle of 289.09º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #602A6C is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9642108-
CMYK0.110.6100.58
HSL289.09º44%29.41%-
HSV(B)289.09º61.11%42.35%-
XYZ8.365.2314.76-
YUV65.67151.89149.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.02%
GREEN value IS 42 (16.80% from 255) = 17.07%
BLUE value IS 108 (42.58% from 255) = 43.90%
R=39.02%
G=17.07%
B=43.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96421080.110.6100.58289.094429.41
Hex602A6CB3D03A1212c1d
Octal1405215413750724415435
Binary110000010101011011001011111101011101010010000110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602A6C; }

 p { color: rgb(96,42,108); }

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

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

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

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

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

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

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