#663474

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

Shades of Seance #663474

Tints of Seance #663474

Color information

#663474 (or 0x663474) is unknown color: approx Seance. HEX triplet: 66, 34 and 74. RGB value is (102,52,116). Sum of RGB (Red+Green+Blue) = 102+52+116=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 116 - color contains mainly: blue. Hex color #663474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663474 is #99CB8B. Grayscale: #4A4A4A. Windows color (decimal): -10079116 or 7615590. OLE color: 7615590.

HSL color Cylindrical-coordinate representation of color #663474: hue angle of 286.88º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #663474 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10252116-
CMYK0.120.5500.55
HSL286.88º38.1%32.94%-
HSV(B)286.88º55.17%45.49%-
XYZ9.866.5417.27-
YUV74.25151.56147.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.78%
GREEN value IS 52 (20.70% from 255) = 19.26%
BLUE value IS 116 (45.70% from 255) = 42.96%
R=37.78%
G=19.26%
B=42.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102521160.120.5500.55286.8838.132.94
Hex663474C3703711f2621
Octal1466416414670674374641
Binary1100110110100111010011001101110110111100011111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663474; }

 p { color: rgb(102,52,116); }

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

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

 a { background-color: rgb(102,52,116); }

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

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

 span { border-color: rgb(102,52,116); }

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