Html Css Color HEX #644769 Fedora

📋 copy color: '#644769'

red 100 ◦ green 71 ◦ blue 105

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

Shades of Fedora #644769

Tints of Fedora #644769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 38.04%

R = 36.23%
G = 25.72%
B = 38.04%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#644769 (or 0x644769) is known color: Fedora. HEX triplet: 64, 47 and 69. RGB value is (100,71,105). Sum of RGB (Red+Green+Blue) = 100+71+105=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 105 - color contains mainly: blue. Hex color #644769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644769 is #9BB896. Grayscale: #535353. Windows color (decimal): -10205335 or 6899556. OLE color: 6899556.

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

Color convert

RGB 100 71 105 -
CMYK 0.05 0.32 0 0.59
HSL 291.18º 0.19% 0.35% -
HSV(B) 291.18º 0.32% 0.41% -
XYZ 10.06 8.24 14.42 -
YUV 83.55 140.11 139.74 -
System Red Green Blue C M Y K H S L
Decimal 100 71 105 0.05 0.32 0 0.59 291.18 0.19 0.35
Hex 64 47 69 5 20 0 3B 123 13 23
Octal 144 107 151 5 40 0 73 443 23 43
Binary 1100100 1000111 1101001 101 100000 0 111011 100100011 10011 100011

Color Harmonies of #644769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644769

Black with #644769

Text Example


Text Example

White with #644769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644769; }

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

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

background-color css

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

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

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

border-color css

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

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

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