Html Css Color HEX #645564 Fedora

📋 copy color: '#645564'

red 100 ◦ green 85 ◦ blue 100

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

Shades of Fedora #645564

Tints of Fedora #645564

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.82%

 BLUE value IS 100 (39.45% from 255) = 35.09%

R = 35.09%
G = 29.82%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#645564 (or 0x645564) is known color: Fedora. HEX triplet: 64, 55 and 64. RGB value is (100,85,100). Sum of RGB (Red+Green+Blue) = 100+85+100=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 100 - color contains mainly: red, blue. Hex color #645564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645564 is #9BAA9B. Grayscale: #5B5B5B. Windows color (decimal): -10201756 or 6575460. OLE color: 6575460.

HSL color Cylindrical-coordinate representation of color #645564: hue angle of 300º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #645564 is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 85 100 -
CMYK 0 0.15 0 0.61
HSL 300º 0.08% 0.36% -
HSV(B) 300º 0.15% 0.39% -
XYZ 10.8 10.13 13.44 -
YUV 91.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 100 85 100 0 0.15 0 0.61 300 0.08 0.36
Hex 64 55 64 0 F 0 3D 12C 8 24
Octal 144 125 144 0 17 0 75 454 10 44
Binary 1100100 1010101 1100100 0 1111 0 111101 100101100 1000 100100

Color Harmonies of #645564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645564

Black with #645564

Text Example


Text Example

White with #645564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645564; }

 p { color: rgb(100,85,100); }

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

background-color css

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

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

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

border-color css

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

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

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