#64506A

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

Shades of Fedora #64506A

Tints of Fedora #64506A

Color information

#64506A (or 0x64506A) is unknown color: approx Fedora. HEX triplet: 64, 50 and 6A. RGB value is (100,80,106). Sum of RGB (Red+Green+Blue) = 100+80+106=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 106 - color contains mainly: blue. Hex color #64506A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64506A is #9BAF95. Grayscale: #585858. Windows color (decimal): -10203030 or 6967396. OLE color: 6967396.

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

Color convert

RGB10080106-
CMYK0.060.2500.58
HSL286.15º13.98%36.47%-
HSV(B)286.15º24.53%41.57%-
XYZ10.739.4914.9-
YUV88.94137.63135.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.97%
GREEN value IS 80 (31.64% from 255) = 27.97%
BLUE value IS 106 (41.80% from 255) = 37.06%
R=34.97%
G=27.97%
B=37.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100801060.060.2500.58286.1513.9836.47
Hex64506A61903A11ee24
Octal1441201526310724361644
Binary1100100101000011010101101100101110101000111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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