#664F71

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

Shades of Fedora #664F71

Tints of Fedora #664F71

Color information

#664F71 (or 0x664F71) is unknown color: approx Fedora. HEX triplet: 66, 4F and 71. RGB value is (102,79,113). Sum of RGB (Red+Green+Blue) = 102+79+113=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 113 - color contains mainly: blue. Hex color #664F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664F71 is #99B08E. Grayscale: #595959. Windows color (decimal): -10072207 or 7425894. OLE color: 7425894.

HSL color Cylindrical-coordinate representation of color #664F71: hue angle of 280.59º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #664F71 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10279113-
CMYK0.100.3000.56
HSL280.59º17.71%37.65%-
HSV(B)280.59º30.09%44.31%-
XYZ11.269.6116.88-
YUV89.75141.12136.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.69%
GREEN value IS 79 (31.25% from 255) = 26.87%
BLUE value IS 113 (44.53% from 255) = 38.44%
R=34.69%
G=26.87%
B=38.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102791130.100.3000.56280.5917.7137.65
Hex664F71A1E0381191226
Octal14611716112360704312246
Binary110011010011111110001101011110011100010001100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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