#664868

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

Shades of Fedora #664868

Tints of Fedora #664868

Color information

#664868 (or 0x664868) is unknown color: approx Fedora. HEX triplet: 66, 48 and 68. RGB value is (102,72,104). Sum of RGB (Red+Green+Blue) = 102+72+104=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 104 - color contains mainly: blue. Hex color #664868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664868 is #99B797. Grayscale: #545454. Windows color (decimal): -10074008 or 6834278. OLE color: 6834278.

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

Color convert

RGB10272104-
CMYK0.020.3100.59
HSL296.25º18.18%34.51%-
HSV(B)296.25º30.77%40.78%-
XYZ10.38.4614.19-
YUV84.62138.94140.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.69%
GREEN value IS 72 (28.52% from 255) = 25.90%
BLUE value IS 104 (41.02% from 255) = 37.41%
R=36.69%
G=25.90%
B=37.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102721040.020.3100.59296.2518.1834.51
Hex66486821F03B1281223
Octal1461101502370734502243
Binary1100110100100011010001011111011101110010100010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664868; }

 p { color: rgb(102,72,104); }

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

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

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

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

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

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

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