#664F6E

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

Shades of Fedora #664F6E

Tints of Fedora #664F6E

Color information

#664F6E (or 0x664F6E) is unknown color: approx Fedora. HEX triplet: 66, 4F and 6E. RGB value is (102,79,110). Sum of RGB (Red+Green+Blue) = 102+79+110=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 110 - color contains mainly: blue. Hex color #664F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664F6E is #99B091. Grayscale: #595959. Windows color (decimal): -10072210 or 7229286. OLE color: 7229286.

HSL color Cylindrical-coordinate representation of color #664F6E: hue angle of 284.52º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #664F6E is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10279110-
CMYK0.070.2800.57
HSL284.52º16.4%37.06%-
HSV(B)284.52º28.18%43.14%-
XYZ11.099.5416.01-
YUV89.41139.62136.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.05%
GREEN value IS 79 (31.25% from 255) = 27.15%
BLUE value IS 110 (43.36% from 255) = 37.80%
R=35.05%
G=27.15%
B=37.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal102791100.070.2800.57284.5216.437.06
Hex664F6E71C03911d1025
Octal1461171567340714352045
Binary11001101001111110111011111100011100110001110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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