#64506C

Color #64506C Fedora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fedora #64506C

Tints of Fedora #64506C

Color information

#64506C (or 0x64506C) is unknown color: approx Fedora. HEX triplet: 64, 50 and 6C. RGB value is (100,80,108). Sum of RGB (Red+Green+Blue) = 100+80+108=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 108 - color contains mainly: blue. Hex color #64506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64506C is #9BAF93. Grayscale: #595959. Windows color (decimal): -10203028 or 7098468. OLE color: 7098468.

HSL color Cylindrical-coordinate representation of color #64506C: hue angle of 282.86º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #64506C is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10080108-
CMYK0.070.2600.58
HSL282.86º14.89%36.86%-
HSV(B)282.86º25.93%42.35%-
XYZ10.839.5315.46-
YUV89.17138.63135.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.72%
GREEN value IS 80 (31.64% from 255) = 27.78%
BLUE value IS 108 (42.58% from 255) = 37.5%
R=34.72%
G=27.78%
B=37.5%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100801080.070.2600.58282.8614.8936.86
Hex64506C71A03A11bf25
Octal1441201547320724331745
Binary1100100101000011011001111101001110101000110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64506C; }

 p { color: rgb(100,80,108); }

 H1.HeaderClassName
 {
   color: #64506C;
 }
 .AnyTagClassName
 {
   color: #64506C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #64506C;
 }
 .BgClassName
 {
   background-color: #64506C;
 }
</style>
border-color css

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

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

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