#645669

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

Shades of Fedora #645669

Tints of Fedora #645669

Color information

#645669 (or 0x645669) is unknown color: approx Fedora. HEX triplet: 64, 56 and 69. RGB value is (100,86,105). Sum of RGB (Red+Green+Blue) = 100+86+105=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 105 - color contains mainly: blue. Hex color #645669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645669 is #9BA996. Grayscale: #5C5C5C. Windows color (decimal): -10201495 or 6903396. OLE color: 6903396.

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

Color convert

RGB10086105-
CMYK0.050.1800.59
HSL284.21º9.95%37.45%-
HSV(B)284.21º18.1%41.18%-
XYZ11.1310.3814.78-
YUV92.35135.14133.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.36%
GREEN value IS 86 (33.98% from 255) = 29.55%
BLUE value IS 105 (41.41% from 255) = 36.08%
R=34.36%
G=29.55%
B=36.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100861050.050.1800.59284.219.9537.45
Hex64566951203B11ca25
Octal1441261515220734341245
Binary1100100101011011010011011001001110111000111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645669; }

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

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

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

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

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

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

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

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