#60206B

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

Shades of Seance #60206B

Tints of Seance #60206B

Color information

#60206B (or 0x60206B) is unknown color: approx Seance. HEX triplet: 60, 20 and 6B. RGB value is (96,32,107). Sum of RGB (Red+Green+Blue) = 96+32+107=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 107 - color contains mainly: blue. Hex color #60206B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60206B is #9FDF94. Grayscale: #3B3B3B. Windows color (decimal): -10477461 or 7020640. OLE color: 7020640.

HSL color Cylindrical-coordinate representation of color #60206B: hue angle of 291.2º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60206B is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9632107-
CMYK0.100.7000.58
HSL291.2º53.96%27.25%-
HSV(B)291.2º70.09%41.96%-
XYZ7.994.5814.37-
YUV59.69154.7153.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.85%
GREEN value IS 32 (12.89% from 255) = 13.62%
BLUE value IS 107 (42.19% from 255) = 45.53%
R=40.85%
G=13.62%
B=45.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96321070.100.7000.58291.253.9627.25
Hex60206BA4603A123361b
Octal14040153121060724436633
Binary1100000100000110101110101000110011101010010001111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60206B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60206B; }

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

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

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

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

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

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

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

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