#663672

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

Shades of Seance #663672

Tints of Seance #663672

Color information

#663672 (or 0x663672) is unknown color: approx Seance. HEX triplet: 66, 36 and 72. RGB value is (102,54,114). Sum of RGB (Red+Green+Blue) = 102+54+114=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 114 - color contains mainly: blue. Hex color #663672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663672 is #99C98D. Grayscale: #4B4B4B. Windows color (decimal): -10078606 or 7485030. OLE color: 7485030.

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

Color convert

RGB10254114-
CMYK0.110.5300.55
HSL288º35.71%32.94%-
HSV(B)288º52.63%44.71%-
XYZ9.846.6816.69-
YUV75.19149.9147.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.78%
GREEN value IS 54 (21.48% from 255) = 20%
BLUE value IS 114 (44.92% from 255) = 42.22%
R=37.78%
G=20%
B=42.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102541140.110.5300.5528835.7132.94
Hex663672B350371202421
Octal1466616213650674404441
Binary1100110110110111001010111101010110111100100000100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663672; }

 p { color: rgb(102,54,114); }

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

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

 a { background-color: rgb(102,54,114); }

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

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

 span { border-color: rgb(102,54,114); }

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