#602B6C

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

Shades of Seance #602B6C

Tints of Seance #602B6C

Color information

#602B6C (or 0x602B6C) is unknown color: approx Seance. HEX triplet: 60, 2B and 6C. RGB value is (96,43,108). Sum of RGB (Red+Green+Blue) = 96+43+108=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 108 - color contains mainly: blue. Hex color #602B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602B6C is #9FD493. Grayscale: #424242. Windows color (decimal): -10474644 or 7088992. OLE color: 7088992.

HSL color Cylindrical-coordinate representation of color #602B6C: hue angle of 288.92º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #602B6C is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9643108-
CMYK0.110.6000.58
HSL288.92º43.05%29.61%-
HSV(B)288.92º60.19%42.35%-
XYZ8.395.314.77-
YUV66.26151.56149.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.87%
GREEN value IS 43 (17.19% from 255) = 17.41%
BLUE value IS 108 (42.58% from 255) = 43.72%
R=38.87%
G=17.41%
B=43.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96431080.110.6000.58288.9243.0529.61
Hex602B6CB3C03A1212b1e
Octal1405315413740724415336
Binary110000010101111011001011111100011101010010000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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