#664363

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

Shades of Seance #664363

Tints of Seance #664363

Color information

#664363 (or 0x664363) is unknown color: approx Seance. HEX triplet: 66, 43 and 63. RGB value is (102,67,99). Sum of RGB (Red+Green+Blue) = 102+67+99=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 102 - color contains mainly: red. Hex color #664363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664363 is #99BC9C. Grayscale: #515151. Windows color (decimal): -10075293 or 6505318. OLE color: 6505318.

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

Color convert

RGB1026799-
CMYK00.340.030.6
HSL305.14º20.71%33.14%-
HSV(B)305.14º34.31%40%-
XYZ9.747.7412.79-
YUV81.11138.1142.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.06%
GREEN value IS 67 (26.56% from 255) = 25%
BLUE value IS 99 (39.06% from 255) = 36.94%
R=38.06%
G=25%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102679900.340.030.6305.1420.7133.14
Hex66436302233C1311521
Octal1461031430423744612541
Binary11001101000011110001101000101111110010011000110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664363; }

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

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

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

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

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

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

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

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