#60296C

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

Shades of Seance #60296C

Tints of Seance #60296C

Color information

#60296C (or 0x60296C) is unknown color: approx Seance. HEX triplet: 60, 29 and 6C. RGB value is (96,41,108). Sum of RGB (Red+Green+Blue) = 96+41+108=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 108 - color contains mainly: blue. Hex color #60296C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60296C is #9FD693. Grayscale: #404040. Windows color (decimal): -10475156 or 7088480. OLE color: 7088480.

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

Color convert

RGB9641108-
CMYK0.110.6200.58
HSL289.25º44.97%29.22%-
HSV(B)289.25º62.04%42.35%-
XYZ8.325.1614.74-
YUV65.08152.22150.05-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.18%
GREEN value IS 41 (16.41% from 255) = 16.73%
BLUE value IS 108 (42.58% from 255) = 44.08%
R=39.18%
G=16.73%
B=44.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96411080.110.6200.58289.2544.9729.22
Hex60296CB3E03A1212d1d
Octal1405115413760724415535
Binary110000010100111011001011111110011101010010000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60296C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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