#654F71

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

Shades of Fedora #654F71

Tints of Fedora #654F71

Color information

#654F71 (or 0x654F71) is unknown color: approx Fedora. HEX triplet: 65, 4F and 71. RGB value is (101,79,113). Sum of RGB (Red+Green+Blue) = 101+79+113=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 113 - color contains mainly: blue. Hex color #654F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654F71 is #9AB08E. Grayscale: #595959. Windows color (decimal): -10137743 or 7425893. OLE color: 7425893.

HSL color Cylindrical-coordinate representation of color #654F71: hue angle of 278.82º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #654F71 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10179113-
CMYK0.110.3000.56
HSL278.82º17.71%37.65%-
HSV(B)278.82º30.09%44.31%-
XYZ11.149.5516.88-
YUV89.45141.29136.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.47%
GREEN value IS 79 (31.25% from 255) = 26.96%
BLUE value IS 113 (44.53% from 255) = 38.57%
R=34.47%
G=26.96%
B=38.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101791130.110.3000.56278.8217.7137.65
Hex654F71B1E0381171226
Octal14511716113360704272246
Binary110010110011111110001101111110011100010001011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,79,113); }

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

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

 a { background-color: rgb(101,79,113); }

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

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

 span { border-color: rgb(101,79,113); }

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