#60306E

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

Shades of Seance #60306E

Tints of Seance #60306E

Color information

#60306E (or 0x60306E) is unknown color: approx Seance. HEX triplet: 60, 30 and 6E. RGB value is (96,48,110). Sum of RGB (Red+Green+Blue) = 96+48+110=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 110 - color contains mainly: blue. Hex color #60306E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60306E is #9FCF91. Grayscale: #454545. Windows color (decimal): -10473362 or 7221344. OLE color: 7221344.

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

Color convert

RGB9648110-
CMYK0.130.5600.57
HSL286.45º39.24%30.98%-
HSV(B)286.45º56.36%43.14%-
XYZ8.75.7315.4-
YUV69.42150.9146.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.80%
GREEN value IS 48 (19.14% from 255) = 18.90%
BLUE value IS 110 (43.36% from 255) = 43.31%
R=37.80%
G=18.90%
B=43.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal96481100.130.5600.57286.4539.2430.98
Hex60306ED3803911e271f
Octal1406015615700714364737
Binary110000011000011011101101111000011100110001111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60306E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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