#664E68

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

Shades of Fedora #664E68

Tints of Fedora #664E68

Color information

#664E68 (or 0x664E68) is unknown color: approx Fedora. HEX triplet: 66, 4E and 68. RGB value is (102,78,104). Sum of RGB (Red+Green+Blue) = 102+78+104=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 104 - color contains mainly: blue. Hex color #664E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664E68 is #99B197. Grayscale: #585858. Windows color (decimal): -10072472 or 6835814. OLE color: 6835814.

HSL color Cylindrical-coordinate representation of color #664E68: hue angle of 295.38º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #664E68 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10278104-
CMYK0.020.2500.59
HSL295.38º14.29%35.69%-
HSV(B)295.38º25%40.78%-
XYZ10.79.2714.32-
YUV88.14136.95137.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.92%
GREEN value IS 78 (30.86% from 255) = 27.46%
BLUE value IS 104 (41.02% from 255) = 36.62%
R=35.92%
G=27.46%
B=36.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102781040.020.2500.59295.3814.2935.69
Hex664E6821903B127e24
Octal1461161502310734471644
Binary110011010011101101000101100101110111001001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,78,104); }

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

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

 a { background-color: rgb(102,78,104); }

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

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

 span { border-color: rgb(102,78,104); }

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