#664969

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

Shades of Fedora #664969

Tints of Fedora #664969

Color information

#664969 (or 0x664969) is unknown color: approx Fedora. HEX triplet: 66, 49 and 69. RGB value is (102,73,105). Sum of RGB (Red+Green+Blue) = 102+73+105=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 105 - color contains mainly: blue. Hex color #664969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664969 is #99B696. Grayscale: #555555. Windows color (decimal): -10073751 or 6900070. OLE color: 6900070.

HSL color Cylindrical-coordinate representation of color #664969: hue angle of 294.38º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #664969 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10273105-
CMYK0.030.3000.59
HSL294.38º17.98%34.9%-
HSV(B)294.38º30.48%41.18%-
XYZ10.418.6114.48-
YUV85.32139.11139.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.43%
GREEN value IS 73 (28.91% from 255) = 26.07%
BLUE value IS 105 (41.41% from 255) = 37.5%
R=36.43%
G=26.07%
B=37.5%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102731050.030.3000.59294.3817.9834.9
Hex66496931E03B1261223
Octal1461111513360734462243
Binary1100110100100111010011111110011101110010011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664969; }

 p { color: rgb(102,73,105); }

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

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

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

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

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

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

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