#644B68

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

Shades of Fedora #644B68

Tints of Fedora #644B68

Color information

#644B68 (or 0x644B68) is unknown color: approx Fedora. HEX triplet: 64, 4B and 68. RGB value is (100,75,104). Sum of RGB (Red+Green+Blue) = 100+75+104=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 104 - color contains mainly: blue. Hex color #644B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644B68 is #9BB497. Grayscale: #555555. Windows color (decimal): -10204312 or 6835044. OLE color: 6835044.

HSL color Cylindrical-coordinate representation of color #644B68: hue angle of 291.72º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #644B68 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10075104-
CMYK0.040.2800.59
HSL291.72º16.2%35.1%-
HSV(B)291.72º27.88%40.78%-
XYZ10.278.7414.24-
YUV85.78138.28138.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.84%
GREEN value IS 75 (29.69% from 255) = 26.88%
BLUE value IS 104 (41.02% from 255) = 37.28%
R=35.84%
G=26.88%
B=37.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100751040.040.2800.59291.7216.235.1
Hex644B6841C03B1241023
Octal1441131504340734442043
Binary11001001001011110100010011100011101110010010010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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