#60356B

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

Shades of Seance #60356B

Tints of Seance #60356B

Color information

#60356B (or 0x60356B) is unknown color: approx Seance. HEX triplet: 60, 35 and 6B. RGB value is (96,53,107). Sum of RGB (Red+Green+Blue) = 96+53+107=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 107 - color contains mainly: blue. Hex color #60356B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60356B is #9FCA94. Grayscale: #474747. Windows color (decimal): -10472085 or 7026016. OLE color: 7026016.

HSL color Cylindrical-coordinate representation of color #60356B: hue angle of 287.78º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60356B is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9653107-
CMYK0.100.5000.58
HSL287.78º33.75%31.37%-
HSV(B)287.78º50.47%41.96%-
XYZ8.756.0914.63-
YUV72.01147.75145.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.5%
GREEN value IS 53 (21.09% from 255) = 20.70%
BLUE value IS 107 (42.19% from 255) = 41.80%
R=37.5%
G=20.70%
B=41.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96531070.100.5000.58287.7833.7531.37
Hex60356BA3203A120221f
Octal1406515312620724404237
Binary110000011010111010111010110010011101010010000010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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