#60246C

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

Shades of Seance #60246C

Tints of Seance #60246C

Color information

#60246C (or 0x60246C) is unknown color: approx Seance. HEX triplet: 60, 24 and 6C. RGB value is (96,36,108). Sum of RGB (Red+Green+Blue) = 96+36+108=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 108 - color contains mainly: blue. Hex color #60246C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60246C is #9FDB93. Grayscale: #3D3D3D. Windows color (decimal): -10476436 or 7087200. OLE color: 7087200.

HSL color Cylindrical-coordinate representation of color #60246C: hue angle of 290º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #60246C is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9636108-
CMYK0.110.6700.58
HSL290º50%28.24%-
HSV(B)290º66.67%42.35%-
XYZ8.164.8314.69-
YUV62.15153.88152.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40%
GREEN value IS 36 (14.45% from 255) = 15%
BLUE value IS 108 (42.58% from 255) = 45%
R=40%
G=15%
B=45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96361080.110.6700.582905028.24
Hex60246CB4303A122321c
Octal14044154131030724426234
Binary1100000100100110110010111000011011101010010001011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60246C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60246C; }

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

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

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

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

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

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

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

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