#602A6B

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

Shades of Seance #602A6B

Tints of Seance #602A6B

Color information

#602A6B (or 0x602A6B) is unknown color: approx Seance. HEX triplet: 60, 2A and 6B. RGB value is (96,42,107). Sum of RGB (Red+Green+Blue) = 96+42+107=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 107 - color contains mainly: blue. Hex color #602A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602A6B is #9FD594. Grayscale: #414141. Windows color (decimal): -10474901 or 7023200. OLE color: 7023200.

HSL color Cylindrical-coordinate representation of color #602A6B: hue angle of 289.85º 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 #602A6B is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9642107-
CMYK0.100.6100.58
HSL289.85º43.62%29.22%-
HSV(B)289.85º60.75%41.96%-
XYZ8.315.214.48-
YUV65.56151.39149.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.18%
GREEN value IS 42 (16.80% from 255) = 17.14%
BLUE value IS 107 (42.19% from 255) = 43.67%
R=39.18%
G=17.14%
B=43.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96421070.100.6100.58289.8543.6229.22
Hex602A6BA3D03A1222c1d
Octal1405215312750724425435
Binary110000010101011010111010111101011101010010001010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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