#664B6C

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

Shades of Fedora #664B6C

Tints of Fedora #664B6C

Color information

#664B6C (or 0x664B6C) is unknown color: approx Fedora. HEX triplet: 66, 4B and 6C. RGB value is (102,75,108). Sum of RGB (Red+Green+Blue) = 102+75+108=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 108 - color contains mainly: blue. Hex color #664B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664B6C is #99B493. Grayscale: #565656. Windows color (decimal): -10073236 or 7097190. OLE color: 7097190.

HSL color Cylindrical-coordinate representation of color #664B6C: hue angle of 289.09º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #664B6C is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10275108-
CMYK0.060.3100.58
HSL289.09º18.03%35.88%-
HSV(B)289.09º30.56%42.35%-
XYZ10.78.9415.35-
YUV86.84139.95138.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.79%
GREEN value IS 75 (29.69% from 255) = 26.32%
BLUE value IS 108 (42.58% from 255) = 37.89%
R=35.79%
G=26.32%
B=37.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102751080.060.3100.58289.0918.0335.88
Hex664B6C61F03A1211224
Octal1461131546370724412244
Binary11001101001011110110011011111011101010010000110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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