#644667

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

Shades of Fedora #644667

Tints of Fedora #644667

Color information

#644667 (or 0x644667) is unknown color: approx Fedora. HEX triplet: 64, 46 and 67. RGB value is (100,70,103). Sum of RGB (Red+Green+Blue) = 100+70+103=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 103 - color contains mainly: blue. Hex color #644667 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644667 is #9BB998. Grayscale: #525252. Windows color (decimal): -10205593 or 6768228. OLE color: 6768228.

HSL color Cylindrical-coordinate representation of color #644667: hue angle of 294.55º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #644667 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB10070103-
CMYK0.030.3200.60
HSL294.55º19.08%33.92%-
HSV(B)294.55º32.04%40.39%-
XYZ9.898.0713.87-
YUV82.73139.44140.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.63%
GREEN value IS 70 (27.73% from 255) = 25.64%
BLUE value IS 103 (40.62% from 255) = 37.73%
R=36.63%
G=25.64%
B=37.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal100701030.030.3200.60294.5519.0833.92
Hex64466732003C1271322
Octal1441061473400744472342
Binary11001001000110110011111100000011110010010011110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644667; }

 p { color: rgb(100,70,103); }

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

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

 a { background-color: rgb(100,70,103); }

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

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

 span { border-color: rgb(100,70,103); }

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