Html Css Color HEX #644268 Seance

📋 copy color: '#644268'

red 100 ◦ green 66 ◦ blue 104

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

Shades of Seance #644268

Tints of Seance #644268

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.44%

 BLUE value IS 104 (41.02% from 255) = 38.52%

R = 37.04%
G = 24.44%
B = 38.52%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#644268 (or 0x644268) is known color: Seance. HEX triplet: 64, 42 and 68. RGB value is (100,66,104). Sum of RGB (Red+Green+Blue) = 100+66+104=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 104 - color contains mainly: blue. Hex color #644268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644268 is #9BBD97. Grayscale: #505050. Windows color (decimal): -10206616 or 6832740. OLE color: 6832740.

HSL color Cylindrical-coordinate representation of color #644268: hue angle of 293.68º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #644268 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 100 66 104 -
CMYK 0.04 0.37 0 0.59
HSL 293.68º 0.22% 0.33% -
HSV(B) 293.68º 0.37% 0.41% -
XYZ 9.7 7.61 14.05 -
YUV 80.5 141.26 141.91 -
System Red Green Blue C M Y K H S L
Decimal 100 66 104 0.04 0.37 0 0.59 293.68 0.22 0.33
Hex 64 42 68 4 25 0 3B 126 16 21
Octal 144 102 150 4 45 0 73 446 26 41
Binary 1100100 1000010 1101000 100 100101 0 111011 100100110 10110 100001

Color Harmonies of #644268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644268

Black with #644268

Text Example


Text Example

White with #644268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644268; }

 p { color: rgb(100,66,104); }

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

background-color css

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

 a { background-color: rgb(100,66,104); }

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

border-color css

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

 span { border-color: rgb(100,66,104); }

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