#664663

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

Shades of Seance #664663

Tints of Seance #664663

Color information

#664663 (or 0x664663) is unknown color: approx Seance. HEX triplet: 66, 46 and 63. RGB value is (102,70,99). Sum of RGB (Red+Green+Blue) = 102+70+99=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 102 - color contains mainly: red. Hex color #664663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664663 is #99B99C. Grayscale: #525252. Windows color (decimal): -10074525 or 6506086. OLE color: 6506086.

HSL color Cylindrical-coordinate representation of color #664663: hue angle of 305.62º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #664663 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB1027099-
CMYK00.310.030.6
HSL305.62º18.6%33.73%-
HSV(B)305.62º31.37%40%-
XYZ9.928.1112.85-
YUV82.87137.1141.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.64%
GREEN value IS 70 (27.73% from 255) = 25.83%
BLUE value IS 99 (39.06% from 255) = 36.53%
R=37.64%
G=25.83%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102709900.310.030.6305.6218.633.73
Hex66466301F33C1321322
Octal1461061430373744622342
Binary1100110100011011000110111111111110010011001010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664663; }

 p { color: rgb(102,70,99); }

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

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

 a { background-color: rgb(102,70,99); }

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

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

 span { border-color: rgb(102,70,99); }

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