#654F72

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

Shades of Fedora #654F72

Tints of Fedora #654F72

Color information

#654F72 (or 0x654F72) is unknown color: approx Fedora. HEX triplet: 65, 4F and 72. RGB value is (101,79,114). Sum of RGB (Red+Green+Blue) = 101+79+114=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 114 - color contains mainly: blue. Hex color #654F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654F72 is #9AB08D. Grayscale: #595959. Windows color (decimal): -10137742 or 7491429. OLE color: 7491429.

HSL color Cylindrical-coordinate representation of color #654F72: hue angle of 277.71º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #654F72 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10179114-
CMYK0.110.3100.55
HSL277.71º18.13%37.84%-
HSV(B)277.71º30.7%44.71%-
XYZ11.29.5717.18-
YUV89.57141.79136.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.35%
GREEN value IS 79 (31.25% from 255) = 26.87%
BLUE value IS 114 (44.92% from 255) = 38.78%
R=34.35%
G=26.87%
B=38.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101791140.110.3100.55277.7118.1337.84
Hex654F72B1F0371161226
Octal14511716213370674262246
Binary110010110011111110010101111111011011110001011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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