#654869

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

Shades of Fedora #654869

Tints of Fedora #654869

Color information

#654869 (or 0x654869) is unknown color: approx Fedora. HEX triplet: 65, 48 and 69. RGB value is (101,72,105). Sum of RGB (Red+Green+Blue) = 101+72+105=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 105 - color contains mainly: blue. Hex color #654869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654869 is #9AB796. Grayscale: #545454. Windows color (decimal): -10139543 or 6899813. OLE color: 6899813.

HSL color Cylindrical-coordinate representation of color #654869: hue angle of 292.73º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #654869 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10172105-
CMYK0.040.3100.59
HSL292.73º18.64%34.71%-
HSV(B)292.73º31.43%41.18%-
XYZ10.238.4214.45-
YUV84.43139.61139.82-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.33%
GREEN value IS 72 (28.52% from 255) = 25.90%
BLUE value IS 105 (41.41% from 255) = 37.77%
R=36.33%
G=25.90%
B=37.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101721050.040.3100.59292.7318.6434.71
Hex65486941F03B1251323
Octal1451101514370734452343
Binary11001011001000110100110011111011101110010010110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654869; }

 p { color: rgb(101,72,105); }

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

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

 a { background-color: rgb(101,72,105); }

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

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

 span { border-color: rgb(101,72,105); }

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