Html Css Color HEX #644768 Fedora

📋 copy color: '#644768'

red 100 ◦ green 71 ◦ blue 104

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

Shades of Fedora #644768

Tints of Fedora #644768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.82%

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

R = 36.36%
G = 25.82%
B = 37.82%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#644768 (or 0x644768) is known color: Fedora. HEX triplet: 64, 47 and 68. RGB value is (100,71,104). Sum of RGB (Red+Green+Blue) = 100+71+104=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 104 - color contains mainly: blue. Hex color #644768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644768 is #9BB897. Grayscale: #535353. Windows color (decimal): -10205336 or 6834020. OLE color: 6834020.

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

Color convert

RGB 100 71 104 -
CMYK 0.04 0.32 0 0.59
HSL 292.73º 0.19% 0.34% -
HSV(B) 292.73º 0.32% 0.41% -
XYZ 10.01 8.22 14.15 -
YUV 83.43 139.61 139.82 -
System Red Green Blue C M Y K H S L
Decimal 100 71 104 0.04 0.32 0 0.59 292.73 0.19 0.34
Hex 64 47 68 4 20 0 3B 125 13 22
Octal 144 107 150 4 40 0 73 445 23 42
Binary 1100100 1000111 1101000 100 100000 0 111011 100100101 10011 100010

Color Harmonies of #644768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644768

Black with #644768

Text Example


Text Example

White with #644768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644768; }

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

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

background-color css

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

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

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

border-color css

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

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

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