Html Css Color HEX #64596A Fedora

📋 copy color: '#64596A'

red 100 ◦ green 89 ◦ blue 106

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

Shades of Fedora #64596A

Tints of Fedora #64596A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.17%

 BLUE value IS 106 (41.8% from 255) = 35.93%

R = 33.9%
G = 30.17%
B = 35.93%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#64596A (or 0x64596A) is known color: Fedora. HEX triplet: 64, 59 and 6A. RGB value is (100,89,106). Sum of RGB (Red+Green+Blue) = 100+89+106=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 106 - color contains mainly: blue. Hex color #64596A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64596A is #9BA695. Grayscale: #5E5E5E. Windows color (decimal): -10200726 or 6969700. OLE color: 6969700.

HSL color Cylindrical-coordinate representation of color #64596A: hue angle of 278.82º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #64596A is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 100 89 106 -
CMYK 0.06 0.16 0 0.58
HSL 278.82º 0.09% 0.38% -
HSV(B) 278.82º 0.16% 0.42% -
XYZ 11.43 10.89 15.14 -
YUV 94.23 134.64 132.12 -
System Red Green Blue C M Y K H S L
Decimal 100 89 106 0.06 0.16 0 0.58 278.82 0.09 0.38
Hex 64 59 6A 6 10 0 3A 117 9 26
Octal 144 131 152 6 20 0 72 427 11 46
Binary 1100100 1011001 1101010 110 10000 0 111010 100010111 1001 100110

Color Harmonies of #64596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64596A

Black with #64596A

Text Example


Text Example

White with #64596A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64596A; }

 p { color: rgb(100,89,106); }

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

background-color css

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

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

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

border-color css

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

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

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