#664E73

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

Shades of Fedora #664E73

Tints of Fedora #664E73

Color information

#664E73 (or 0x664E73) is unknown color: approx Fedora. HEX triplet: 66, 4E and 73. RGB value is (102,78,115). Sum of RGB (Red+Green+Blue) = 102+78+115=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 115 - color contains mainly: blue. Hex color #664E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664E73 is #99B18C. Grayscale: #595959. Windows color (decimal): -10072461 or 7556710. OLE color: 7556710.

HSL color Cylindrical-coordinate representation of color #664E73: hue angle of 278.92º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #664E73 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10278115-
CMYK0.110.3200.55
HSL278.92º19.17%37.84%-
HSV(B)278.92º32.17%45.1%-
XYZ11.39.5117.46-
YUV89.39142.45136.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.58%
GREEN value IS 78 (30.86% from 255) = 26.44%
BLUE value IS 115 (45.31% from 255) = 38.98%
R=34.58%
G=26.44%
B=38.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102781150.110.3200.55278.9219.1737.84
Hex664E73B200371171326
Octal14611616313400674272346
Binary1100110100111011100111011100000011011110001011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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