#654B6E

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

Shades of Fedora #654B6E

Tints of Fedora #654B6E

Color information

#654B6E (or 0x654B6E) is unknown color: approx Fedora. HEX triplet: 65, 4B and 6E. RGB value is (101,75,110). Sum of RGB (Red+Green+Blue) = 101+75+110=286 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.31% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 110 - color contains mainly: blue. Hex color #654B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654B6E is #9AB491. Grayscale: #565656. Windows color (decimal): -10138770 or 7228261. OLE color: 7228261.

HSL color Cylindrical-coordinate representation of color #654B6E: hue angle of 284.57º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #654B6E is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10175110-
CMYK0.080.3200.57
HSL284.57º18.92%36.27%-
HSV(B)284.57º31.82%43.14%-
XYZ10.78.9215.91-
YUV86.76141.11138.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.31%
GREEN value IS 75 (29.69% from 255) = 26.22%
BLUE value IS 110 (43.36% from 255) = 38.46%
R=35.31%
G=26.22%
B=38.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101751100.080.3200.57284.5718.9236.27
Hex654B6E82003911d1324
Octal14511315610400714352344
Binary1100101100101111011101000100000011100110001110110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,75,110); }

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

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

 a { background-color: rgb(101,75,110); }

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

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

 span { border-color: rgb(101,75,110); }

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