Html Css Color HEX #644466 Seance

📋 copy color: '#644466'

red 100 ◦ green 68 ◦ blue 102

#644466
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seance #644466

Tints of Seance #644466

RGB

 RED value IS 100 (39.45% from 255) = 37.04%

 GREEN value IS 68 (26.95% from 255) = 25.19%

 BLUE value IS 102 (40.23% from 255) = 37.78%

R = 37.04%
G = 25.19%
B = 37.78%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#644466 (or 0x644466) is known color: Seance. HEX triplet: 64, 44 and 66. RGB value is (100,68,102). Sum of RGB (Red+Green+Blue) = 100+68+102=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 102 - color contains mainly: blue. Hex color #644466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644466 is #9BBB99. Grayscale: #515151. Windows color (decimal): -10206106 or 6702180. OLE color: 6702180.

HSL color Cylindrical-coordinate representation of color #644466: hue angle of 296.47º 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 #644466 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 100 68 102 -
CMYK 0.02 0.33 0 0.6
HSL 296.47º 0.2% 0.33% -
HSV(B) 296.47º 0.33% 0.4% -
XYZ 9.72 7.8 13.56 -
YUV 81.44 139.6 141.24 -
System Red Green Blue C M Y K H S L
Decimal 100 68 102 0.02 0.33 0 0.6 296.47 0.2 0.33
Hex 64 44 66 2 21 0 3C 128 14 21
Octal 144 104 146 2 41 0 74 450 24 41
Binary 1100100 1000100 1100110 10 100001 0 111100 100101000 10100 100001

Color Harmonies of #644466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644466

Black with #644466

Text Example


Text Example

White with #644466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644466; }

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

 H1.HeaderClassName
 {
   color: #644466;
 }
 .AnyTagClassName
 {
   color: #644466;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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