Html Css Color HEX #644668 Fedora

📋 copy color: '#644668'

red 100 ◦ green 70 ◦ blue 104

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

Shades of Fedora #644668

Tints of Fedora #644668

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.55%

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

R = 36.5%
G = 25.55%
B = 37.96%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#644668 (or 0x644668) is known color: Fedora. HEX triplet: 64, 46 and 68. RGB value is (100,70,104). Sum of RGB (Red+Green+Blue) = 100+70+104=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 104 - color contains mainly: blue. Hex color #644668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644668 is #9BB997. Grayscale: #525252. Windows color (decimal): -10205592 or 6833764. OLE color: 6833764.

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

Color convert

RGB 100 70 104 -
CMYK 0.04 0.33 0 0.59
HSL 292.94º 0.2% 0.34% -
HSV(B) 292.94º 0.33% 0.41% -
XYZ 9.94 8.09 14.13 -
YUV 82.85 139.94 140.24 -
System Red Green Blue C M Y K H S L
Decimal 100 70 104 0.04 0.33 0 0.59 292.94 0.2 0.34
Hex 64 46 68 4 21 0 3B 125 14 22
Octal 144 106 150 4 41 0 73 445 24 42
Binary 1100100 1000110 1101000 100 100001 0 111011 100100101 10100 100010

Color Harmonies of #644668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644668

Black with #644668

Text Example


Text Example

White with #644668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644668; }

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

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

background-color css

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

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

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

border-color css

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

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

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