#664D6E

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

Shades of Fedora #664D6E

Tints of Fedora #664D6E

Color information

#664D6E (or 0x664D6E) is unknown color: approx Fedora. HEX triplet: 66, 4D and 6E. RGB value is (102,77,110). Sum of RGB (Red+Green+Blue) = 102+77+110=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 110 - color contains mainly: blue. Hex color #664D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664D6E is #99B291. Grayscale: #585858. Windows color (decimal): -10072722 or 7228774. OLE color: 7228774.

HSL color Cylindrical-coordinate representation of color #664D6E: hue angle of 285.45º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #664D6E is Cyan = 0.07, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10277110-
CMYK0.070.300.57
HSL285.45º17.65%36.67%-
HSV(B)285.45º30%43.14%-
XYZ10.959.2615.96-
YUV88.24140.28137.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.29%
GREEN value IS 77 (30.47% from 255) = 26.64%
BLUE value IS 110 (43.36% from 255) = 38.06%
R=35.29%
G=26.64%
B=38.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal102771100.070.300.57285.4517.6536.67
Hex664D6E71E03911d1225
Octal1461151567360714352245
Binary11001101001101110111011111110011100110001110110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664D6E; }

 p { color: rgb(102,77,110); }

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

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

 a { background-color: rgb(102,77,110); }

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

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

 span { border-color: rgb(102,77,110); }

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