#664D72

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

Shades of Fedora #664D72

Tints of Fedora #664D72

Color information

#664D72 (or 0x664D72) is unknown color: approx Fedora. HEX triplet: 66, 4D and 72. RGB value is (102,77,114). Sum of RGB (Red+Green+Blue) = 102+77+114=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 114 - color contains mainly: blue. Hex color #664D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664D72 is #99B28D. Grayscale: #585858. Windows color (decimal): -10072718 or 7490918. OLE color: 7490918.

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

Color convert

RGB10277114-
CMYK0.110.3200.55
HSL280.54º19.37%37.45%-
HSV(B)280.54º32.46%44.71%-
XYZ11.179.3517.14-
YUV88.69142.28137.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.81%
GREEN value IS 77 (30.47% from 255) = 26.28%
BLUE value IS 114 (44.92% from 255) = 38.91%
R=34.81%
G=26.28%
B=38.91%

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
Decimal102771140.110.3200.55280.5419.3737.45
Hex664D72B200371191325
Octal14611516213400674312345
Binary1100110100110111100101011100000011011110001100110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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