#64456A

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

Shades of Fedora #64456A

Tints of Fedora #64456A

Color information

#64456A (or 0x64456A) is unknown color: approx Fedora. HEX triplet: 64, 45 and 6A. RGB value is (100,69,106). Sum of RGB (Red+Green+Blue) = 100+69+106=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 106 - color contains mainly: blue. Hex color #64456A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64456A is #9BBA95. Grayscale: #525252. Windows color (decimal): -10205846 or 6964580. OLE color: 6964580.

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

Color convert

RGB10069106-
CMYK0.060.3500.58
HSL290.27º21.14%34.31%-
HSV(B)290.27º34.91%41.57%-
XYZ9.998.0114.65-
YUV82.49141.27140.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.36%
GREEN value IS 69 (27.34% from 255) = 25.09%
BLUE value IS 106 (41.80% from 255) = 38.55%
R=36.36%
G=25.09%
B=38.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100691060.060.3500.58290.2721.1434.31
Hex64456A62303A1221522
Octal1441051526430724422542
Binary110010010001011101010110100011011101010010001010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64456A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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