#664766

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

Shades of Fedora #664766

Tints of Fedora #664766

Color information

#664766 (or 0x664766) is unknown color: approx Fedora. HEX triplet: 66, 47 and 66. RGB value is (102,71,102). Sum of RGB (Red+Green+Blue) = 102+71+102=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 102 (40.23% from 255 or 37.09% from 275); Max value from RGB is 102 - color contains mainly: red, blue. Hex color #664766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664766 is #99B899. Grayscale: #535353. Windows color (decimal): -10074266 or 6702950. OLE color: 6702950.

HSL color Cylindrical-coordinate representation of color #664766: hue angle of 300º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #664766 is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB10271102-
CMYK00.3000.6
HSL300º17.92%33.92%-
HSV(B)300º30.39%40%-
XYZ10.138.2913.64-
YUV83.8138.27140.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.09%
GREEN value IS 71 (28.12% from 255) = 25.82%
BLUE value IS 102 (40.23% from 255) = 37.09%
R=37.09%
G=25.82%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1027110200.3000.630017.9233.92
Hex66476601E03C12c1222
Octal1461071460360744542242
Binary110011010001111100110011110011110010010110010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664766; }

 p { color: rgb(102,71,102); }

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

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

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

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

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

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

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