#645865

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

Shades of Fedora #645865

Tints of Fedora #645865

Color information

#645865 (or 0x645865) is unknown color: approx Fedora. HEX triplet: 64, 58 and 65. RGB value is (100,88,101). Sum of RGB (Red+Green+Blue) = 100+88+101=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 101 - color contains mainly: blue. Hex color #645865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645865 is #9BA79A. Grayscale: #5D5D5D. Windows color (decimal): -10200987 or 6641764. OLE color: 6641764.

HSL color Cylindrical-coordinate representation of color #645865: hue angle of 295.38º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #645865 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB10088101-
CMYK0.010.1300.60
HSL295.38º6.88%37.06%-
HSV(B)295.38º12.87%39.61%-
XYZ11.0910.6313.78-
YUV93.07132.48132.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.60%
GREEN value IS 88 (34.77% from 255) = 30.45%
BLUE value IS 101 (39.84% from 255) = 34.95%
R=34.60%
G=30.45%
B=34.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal100881010.010.1300.60295.386.8837.06
Hex6458651D03C127725
Octal144130145115074447745
Binary110010010110001100101111010111100100100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645865; }

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

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

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

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

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

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

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

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