#654868

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

Shades of Fedora #654868

Tints of Fedora #654868

Color information

#654868 (or 0x654868) is unknown color: approx Fedora. HEX triplet: 65, 48 and 68. RGB value is (101,72,104). Sum of RGB (Red+Green+Blue) = 101+72+104=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 104 - color contains mainly: blue. Hex color #654868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654868 is #9AB797. Grayscale: #545454. Windows color (decimal): -10139544 or 6834277. OLE color: 6834277.

HSL color Cylindrical-coordinate representation of color #654868: hue angle of 294.38º degrees, saturation: 0.18, 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 #654868 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10172104-
CMYK0.030.3100.59
HSL294.38º18.18%34.51%-
HSV(B)294.38º30.77%40.78%-
XYZ10.188.414.18-
YUV84.32139.11139.9-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.46%
GREEN value IS 72 (28.52% from 255) = 25.99%
BLUE value IS 104 (41.02% from 255) = 37.55%
R=36.46%
G=25.99%
B=37.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101721040.030.3100.59294.3818.1834.51
Hex65486831F03B1261223
Octal1451101503370734462243
Binary1100101100100011010001111111011101110010011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654868; }

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

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

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

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

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

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

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

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