#664F73

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

Shades of Fedora #664F73

Tints of Fedora #664F73

Color information

#664F73 (or 0x664F73) is unknown color: approx Fedora. HEX triplet: 66, 4F and 73. RGB value is (102,79,115). Sum of RGB (Red+Green+Blue) = 102+79+115=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 115 - color contains mainly: blue. Hex color #664F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664F73 is #99B08C. Grayscale: #595959. Windows color (decimal): -10072205 or 7556966. OLE color: 7556966.

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

Color convert

RGB10279115-
CMYK0.110.3100.55
HSL278.33º18.56%38.04%-
HSV(B)278.33º31.3%45.1%-
XYZ11.379.6517.48-
YUV89.98142.12136.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.46%
GREEN value IS 79 (31.25% from 255) = 26.69%
BLUE value IS 115 (45.31% from 255) = 38.85%
R=34.46%
G=26.69%
B=38.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102791150.110.3100.55278.3318.5638.04
Hex664F73B1F0371161326
Octal14611716313370674262346
Binary110011010011111110011101111111011011110001011010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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