#664768

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

Shades of Fedora #664768

Tints of Fedora #664768

Color information

#664768 (or 0x664768) is unknown color: approx Fedora. HEX triplet: 66, 47 and 68. RGB value is (102,71,104). Sum of RGB (Red+Green+Blue) = 102+71+104=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 104 - color contains mainly: blue. Hex color #664768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664768 is #99B897. Grayscale: #535353. Windows color (decimal): -10074264 or 6834022. OLE color: 6834022.

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

Color convert

RGB10271104-
CMYK0.020.3200.59
HSL296.36º18.86%34.31%-
HSV(B)296.36º31.73%40.78%-
XYZ10.238.3314.17-
YUV84.03139.27140.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.82%
GREEN value IS 71 (28.12% from 255) = 25.63%
BLUE value IS 104 (41.02% from 255) = 37.55%
R=36.82%
G=25.63%
B=37.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102711040.020.3200.59296.3618.8634.31
Hex66476822003B1281322
Octal1461071502400734502342
Binary11001101000111110100010100000011101110010100010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664768; }

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

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

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

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

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

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

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

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