#654866

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

Shades of Fedora #654866

Tints of Fedora #654866

Color information

#654866 (or 0x654866) is unknown color: approx Fedora. HEX triplet: 65, 48 and 66. RGB value is (101,72,102). Sum of RGB (Red+Green+Blue) = 101+72+102=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 102 (40.23% from 255 or 37.09% from 275); Max value from RGB is 102 - color contains mainly: blue. Hex color #654866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654866 is #9AB799. Grayscale: #545454. Windows color (decimal): -10139546 or 6703205. OLE color: 6703205.

HSL color Cylindrical-coordinate representation of color #654866: hue angle of 298º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #654866 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB10172102-
CMYK0.010.2900.6
HSL298º17.24%34.12%-
HSV(B)298º29.41%40%-
XYZ10.088.3613.65-
YUV84.09138.11140.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.73%
GREEN value IS 72 (28.52% from 255) = 26.18%
BLUE value IS 102 (40.23% from 255) = 37.09%
R=36.73%
G=26.18%
B=37.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal101721020.010.2900.629817.2434.12
Hex65486611D03C12a1122
Octal1451101461350744522142
Binary110010110010001100110111101011110010010101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654866; }

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

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

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

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

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

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

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

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