#664970

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

Shades of Fedora #664970

Tints of Fedora #664970

Color information

#664970 (or 0x664970) is unknown color: approx Fedora. HEX triplet: 66, 49 and 70. RGB value is (102,73,112). Sum of RGB (Red+Green+Blue) = 102+73+112=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 112 - color contains mainly: blue. Hex color #664970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664970 is #99B68F. Grayscale: #555555. Windows color (decimal): -10073744 or 7358822. OLE color: 7358822.

HSL color Cylindrical-coordinate representation of color #664970: hue angle of 284.62º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #664970 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10273112-
CMYK0.090.3500.56
HSL284.62º21.08%36.27%-
HSV(B)284.62º34.82%43.92%-
XYZ10.798.7616.45-
YUV86.12142.61139.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.54%
GREEN value IS 73 (28.91% from 255) = 25.44%
BLUE value IS 112 (44.14% from 255) = 39.02%
R=35.54%
G=25.44%
B=39.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102731120.090.3500.56284.6221.0836.27
Hex66497092303811d1524
Octal14611116011430704352544
Binary1100110100100111100001001100011011100010001110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664970; }

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

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

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

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

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

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

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

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