#663270

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

Shades of Seance #663270

Tints of Seance #663270

Color information

#663270 (or 0x663270) is unknown color: approx Seance. HEX triplet: 66, 32 and 70. RGB value is (102,50,112). Sum of RGB (Red+Green+Blue) = 102+50+112=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 112 - color contains mainly: blue. Hex color #663270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663270 is #99CD8F. Grayscale: #484848. Windows color (decimal): -10079632 or 7352934. OLE color: 7352934.

HSL color Cylindrical-coordinate representation of color #663270: hue angle of 290.32º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #663270 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10250112-
CMYK0.090.5500.56
HSL290.32º38.27%31.76%-
HSV(B)290.32º55.36%43.92%-
XYZ9.546.2816.04-
YUV72.62150.23148.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.64%
GREEN value IS 50 (19.92% from 255) = 18.94%
BLUE value IS 112 (44.14% from 255) = 42.42%
R=38.64%
G=18.94%
B=42.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102501120.090.5500.56290.3238.2731.76
Hex6632709370381222620
Octal1466216011670704424640
Binary1100110110010111000010011101110111000100100010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663270; }

 p { color: rgb(102,50,112); }

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

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

 a { background-color: rgb(102,50,112); }

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

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

 span { border-color: rgb(102,50,112); }

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