#664B68

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

Shades of Fedora #664B68

Tints of Fedora #664B68

Color information

#664B68 (or 0x664B68) is unknown color: approx Fedora. HEX triplet: 66, 4B and 68. RGB value is (102,75,104). Sum of RGB (Red+Green+Blue) = 102+75+104=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 104 - color contains mainly: blue. Hex color #664B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664B68 is #99B497. Grayscale: #565656. Windows color (decimal): -10073240 or 6835046. OLE color: 6835046.

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

Color convert

RGB10275104-
CMYK0.020.2800.59
HSL295.86º16.2%35.1%-
HSV(B)295.86º27.88%40.78%-
XYZ10.498.8614.25-
YUV86.38137.95139.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.30%
GREEN value IS 75 (29.69% from 255) = 26.69%
BLUE value IS 104 (41.02% from 255) = 37.01%
R=36.30%
G=26.69%
B=37.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102751040.020.2800.59295.8616.235.1
Hex664B6821C03B1281023
Octal1461131502340734502043
Binary1100110100101111010001011100011101110010100010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664B68; }

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

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

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

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

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

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

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

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