#645869

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

Shades of Fedora #645869

Tints of Fedora #645869

Color information

#645869 (or 0x645869) is unknown color: approx Fedora. HEX triplet: 64, 58 and 69. RGB value is (100,88,105). Sum of RGB (Red+Green+Blue) = 100+88+105=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 105 - color contains mainly: blue. Hex color #645869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645869 is #9BA796. Grayscale: #5D5D5D. Windows color (decimal): -10200983 or 6903908. OLE color: 6903908.

HSL color Cylindrical-coordinate representation of color #645869: hue angle of 282.35º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #645869 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10088105-
CMYK0.050.1600.59
HSL282.35º8.81%37.84%-
HSV(B)282.35º16.19%41.18%-
XYZ11.310.7114.84-
YUV93.53134.48132.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.13%
GREEN value IS 88 (34.77% from 255) = 30.03%
BLUE value IS 105 (41.41% from 255) = 35.84%
R=34.13%
G=30.03%
B=35.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100881050.050.1600.59282.358.8137.84
Hex64586951003B11a926
Octal1441301515200734321146
Binary1100100101100011010011011000001110111000110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645869; }

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

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

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

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

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

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

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

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