#60256B

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

Shades of Seance #60256B

Tints of Seance #60256B

Color information

#60256B (or 0x60256B) is unknown color: approx Seance. HEX triplet: 60, 25 and 6B. RGB value is (96,37,107). Sum of RGB (Red+Green+Blue) = 96+37+107=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 107 - color contains mainly: blue. Hex color #60256B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60256B is #9FDA94. Grayscale: #3E3E3E. Windows color (decimal): -10476181 or 7021920. OLE color: 7021920.

HSL color Cylindrical-coordinate representation of color #60256B: hue angle of 290.57º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #60256B is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9637107-
CMYK0.100.6500.58
HSL290.57º48.61%28.24%-
HSV(B)290.57º65.42%41.96%-
XYZ8.144.8714.42-
YUV62.62153.05151.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40%
GREEN value IS 37 (14.84% from 255) = 15.42%
BLUE value IS 107 (42.19% from 255) = 44.58%
R=40%
G=15.42%
B=44.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96371070.100.6500.58290.5748.6128.24
Hex60256BA4103A123311c
Octal14045153121010724436134
Binary1100000100101110101110101000001011101010010001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60256B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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