Html Css Color HEX #644F70 Fedora

📋 copy color: '#644F70'

red 100 ◦ green 79 ◦ blue 112

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

Shades of Fedora #644F70

Tints of Fedora #644F70

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.15%

 BLUE value IS 112 (44.14% from 255) = 38.49%

R = 34.36%
G = 27.15%
B = 38.49%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#644F70 (or 0x644F70) is known color: Fedora. HEX triplet: 64, 4F and 70. RGB value is (100,79,112). Sum of RGB (Red+Green+Blue) = 100+79+112=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 112 - color contains mainly: blue. Hex color #644F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644F70 is #9BB08F. Grayscale: #585858. Windows color (decimal): -10203280 or 7360356. OLE color: 7360356.

HSL color Cylindrical-coordinate representation of color #644F70: hue angle of 278.18º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #644F70 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 79 112 -
CMYK 0.11 0.29 0 0.56
HSL 278.18º 0.17% 0.37% -
HSV(B) 278.18º 0.29% 0.44% -
XYZ 10.98 9.47 16.58 -
YUV 89.04 140.96 135.82 -
System Red Green Blue C M Y K H S L
Decimal 100 79 112 0.11 0.29 0 0.56 278.18 0.17 0.37
Hex 64 4F 70 B 1D 0 38 116 11 25
Octal 144 117 160 13 35 0 70 426 21 45
Binary 1100100 1001111 1110000 1011 11101 0 111000 100010110 10001 100101

Color Harmonies of #644F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644F70

Black with #644F70

Text Example


Text Example

White with #644F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644F70; }

 p { color: rgb(100,79,112); }

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

background-color css

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

 a { background-color: rgb(100,79,112); }

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

border-color css

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

 span { border-color: rgb(100,79,112); }

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