#60156B

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

Shades of Seance #60156B

Tints of Seance #60156B

Color information

#60156B (or 0x60156B) is unknown color: approx Seance. HEX triplet: 60, 15 and 6B. RGB value is (96,21,107). Sum of RGB (Red+Green+Blue) = 96+21+107=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 107 (42.19% from 255 or 47.77% from 224); Max value from RGB is 107 - color contains mainly: blue. Hex color #60156B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60156B is #9FEA94. Grayscale: #343434. Windows color (decimal): -10480277 or 7017824. OLE color: 7017824.

HSL color Cylindrical-coordinate representation of color #60156B: hue angle of 292.33º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #60156B is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9621107-
CMYK0.100.8000.58
HSL292.33º67.19%25.1%-
HSV(B)292.33º80.37%41.96%-
XYZ7.754.0814.29-
YUV53.23158.35158.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.86%
GREEN value IS 21 (8.59% from 255) = 9.38%
BLUE value IS 107 (42.19% from 255) = 47.77%
R=42.86%
G=9.38%
B=47.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96211070.100.8000.58292.3367.1925.1
Hex60156BA5003A1244319
Octal140251531212007244410331
Binary1100000101011101011101010100000111010100100100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60156B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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