#642A66

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

Shades of Seance #642A66

Tints of Seance #642A66

Color information

#642A66 (or 0x642A66) is unknown color: approx Seance. HEX triplet: 64, 2A and 66. RGB value is (100,42,102). Sum of RGB (Red+Green+Blue) = 100+42+102=244 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.98% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 102 - color contains mainly: blue. Hex color #642A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642A66 is #9BD599. Grayscale: #424242. Windows color (decimal): -10212762 or 6695524. OLE color: 6695524.

HSL color Cylindrical-coordinate representation of color #642A66: hue angle of 298º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #642A66 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB10042102-
CMYK0.020.5900.6
HSL298º41.67%28.24%-
HSV(B)298º58.82%40%-
XYZ8.485.3213.15-
YUV66.18148.22152.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.98%
GREEN value IS 42 (16.80% from 255) = 17.21%
BLUE value IS 102 (40.23% from 255) = 41.80%
R=40.98%
G=17.21%
B=41.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal100421020.020.5900.629841.6728.24
Hex642A6623B03C12a2a1c
Octal144521462730744525234
Binary1100100101010110011010111011011110010010101010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642A66; }

 p { color: rgb(100,42,102); }

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

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

 a { background-color: rgb(100,42,102); }

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

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

 span { border-color: rgb(100,42,102); }

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