#645469

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

Shades of Fedora #645469

Tints of Fedora #645469

Color information

#645469 (or 0x645469) is unknown color: approx Fedora. HEX triplet: 64, 54 and 69. RGB value is (100,84,105). Sum of RGB (Red+Green+Blue) = 100+84+105=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 105 - color contains mainly: blue. Hex color #645469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645469 is #9BAB96. Grayscale: #5B5B5B. Windows color (decimal): -10202007 or 6902884. OLE color: 6902884.

HSL color Cylindrical-coordinate representation of color #645469: hue angle of 285.71º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #645469 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10084105-
CMYK0.050.2000.59
HSL285.71º11.11%37.06%-
HSV(B)285.71º20%41.18%-
XYZ10.9810.0714.73-
YUV91.18135.8134.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.60%
GREEN value IS 84 (33.20% from 255) = 29.07%
BLUE value IS 105 (41.41% from 255) = 36.33%
R=34.60%
G=29.07%
B=36.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100841050.050.2000.59285.7111.1137.06
Hex64546951403B11eb25
Octal1441241515240734361345
Binary1100100101010011010011011010001110111000111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645469; }

 p { color: rgb(100,84,105); }

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

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

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

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

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

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

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