#654E6C

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

Shades of Fedora #654E6C

Tints of Fedora #654E6C

Color information

#654E6C (or 0x654E6C) is unknown color: approx Fedora. HEX triplet: 65, 4E and 6C. RGB value is (101,78,108). Sum of RGB (Red+Green+Blue) = 101+78+108=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 108 - color contains mainly: blue. Hex color #654E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654E6C is #9AB193. Grayscale: #585858. Windows color (decimal): -10138004 or 7097957. OLE color: 7097957.

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

Color convert

RGB10178108-
CMYK0.060.2800.58
HSL286º16.13%36.47%-
HSV(B)286º27.78%42.35%-
XYZ10.89.315.41-
YUV88.3139.12137.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.19%
GREEN value IS 78 (30.86% from 255) = 27.18%
BLUE value IS 108 (42.58% from 255) = 37.63%
R=35.19%
G=27.18%
B=37.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101781080.060.2800.5828616.1336.47
Hex654E6C61C03A11e1024
Octal1451161546340724362044
Binary11001011001110110110011011100011101010001111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654E6C; }

 p { color: rgb(101,78,108); }

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

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

 a { background-color: rgb(101,78,108); }

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

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

 span { border-color: rgb(101,78,108); }

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