#60136E

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

Shades of Seance #60136E

Tints of Seance #60136E

Color information

#60136E (or 0x60136E) is unknown color: approx Seance. HEX triplet: 60, 13 and 6E. RGB value is (96,19,110). Sum of RGB (Red+Green+Blue) = 96+19+110=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #60136E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60136E is #9FEC91. Grayscale: #343434. Windows color (decimal): -10480786 or 7213920. OLE color: 7213920.

HSL color Cylindrical-coordinate representation of color #60136E: hue angle of 290.77º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #60136E is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9619110-
CMYK0.130.8300.57
HSL290.77º70.54%25.29%-
HSV(B)290.77º82.73%43.14%-
XYZ7.874.0815.12-
YUV52.4160.51159.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.67%
GREEN value IS 19 (7.81% from 255) = 8.44%
BLUE value IS 110 (43.36% from 255) = 48.89%
R=42.67%
G=8.44%
B=48.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal96191100.130.8300.57290.7770.5425.29
Hex60136ED530391234719
Octal140231561512307144310731
Binary1100000100111101110110110100110111001100100011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60136E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60136E; }

 p { color: rgb(96,19,110); }

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

<style>
 a { background-color: #60136E; }

 a { background-color: rgb(96,19,110); }

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

<style>
 span { border-color: #60136E; }

 span { border-color: rgb(96,19,110); }

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