#644B6C

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

Shades of Fedora #644B6C

Tints of Fedora #644B6C

Color information

#644B6C (or 0x644B6C) is unknown color: approx Fedora. HEX triplet: 64, 4B and 6C. RGB value is (100,75,108). Sum of RGB (Red+Green+Blue) = 100+75+108=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 108 - color contains mainly: blue. Hex color #644B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644B6C is #9BB493. Grayscale: #565656. Windows color (decimal): -10204308 or 7097188. OLE color: 7097188.

HSL color Cylindrical-coordinate representation of color #644B6C: hue angle of 285.45º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #644B6C is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10075108-
CMYK0.070.3100.58
HSL285.45º18.03%35.88%-
HSV(B)285.45º30.56%42.35%-
XYZ10.488.8215.34-
YUV86.24140.28137.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.34%
GREEN value IS 75 (29.69% from 255) = 26.50%
BLUE value IS 108 (42.58% from 255) = 38.16%
R=35.34%
G=26.50%
B=38.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100751080.070.3100.58285.4518.0335.88
Hex644B6C71F03A11d1224
Octal1441131547370724352244
Binary11001001001011110110011111111011101010001110110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644B6C; }

 p { color: rgb(100,75,108); }

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

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

 a { background-color: rgb(100,75,108); }

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

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

 span { border-color: rgb(100,75,108); }

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