#641C6C

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

Shades of Seance #641C6C

Tints of Seance #641C6C

Color information

#641C6C (or 0x641C6C) is unknown color: approx Seance. HEX triplet: 64, 1C and 6C. RGB value is (100,28,108). Sum of RGB (Red+Green+Blue) = 100+28+108=236 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.37% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 108 - color contains mainly: blue. Hex color #641C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641C6C is #9BE393. Grayscale: #3A3A3A. Windows color (decimal): -10216340 or 7085156. OLE color: 7085156.

HSL color Cylindrical-coordinate representation of color #641C6C: hue angle of 294º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #641C6C is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10028108-
CMYK0.070.7400.58
HSL294º58.82%26.67%-
HSV(B)294º74.07%42.35%-
XYZ8.384.6214.64-
YUV58.65155.85157.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.37%
GREEN value IS 28 (11.33% from 255) = 11.86%
BLUE value IS 108 (42.58% from 255) = 45.76%
R=42.37%
G=11.86%
B=45.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100281080.070.7400.5829458.8226.67
Hex641C6C74A03A1263b1b
Octal1443415471120724467333
Binary11001001110011011001111001010011101010010011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641C6C; }

 p { color: rgb(100,28,108); }

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

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

 a { background-color: rgb(100,28,108); }

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

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

 span { border-color: rgb(100,28,108); }

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