#664462

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

Shades of Seance #664462

Tints of Seance #664462

Color information

#664462 (or 0x664462) is unknown color: approx Seance. HEX triplet: 66, 44 and 62. RGB value is (102,68,98). Sum of RGB (Red+Green+Blue) = 102+68+98=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 102 - color contains mainly: red. Hex color #664462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664462 is #99BB9D. Grayscale: #515151. Windows color (decimal): -10075038 or 6440038. OLE color: 6440038.

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

Color convert

RGB1026898-
CMYK00.330.040.6
HSL307.06º20%33.33%-
HSV(B)307.06º33.33%40%-
XYZ9.757.8412.55-
YUV81.59137.26142.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.06%
GREEN value IS 68 (26.95% from 255) = 25.37%
BLUE value IS 98 (38.67% from 255) = 36.57%
R=38.06%
G=25.37%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102689800.330.040.6307.062033.33
Hex66446202143C1331421
Octal1461041420414744632441
Binary110011010001001100010010000110011110010011001110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664462; }

 p { color: rgb(102,68,98); }

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

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

 a { background-color: rgb(102,68,98); }

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

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

 span { border-color: rgb(102,68,98); }

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