#654B68

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

Shades of Fedora #654B68

Tints of Fedora #654B68

Color information

#654B68 (or 0x654B68) is unknown color: approx Fedora. HEX triplet: 65, 4B and 68. RGB value is (101,75,104). Sum of RGB (Red+Green+Blue) = 101+75+104=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 104 - color contains mainly: blue. Hex color #654B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654B68 is #9AB497. Grayscale: #555555. Windows color (decimal): -10138776 or 6835045. OLE color: 6835045.

HSL color Cylindrical-coordinate representation of color #654B68: hue angle of 293.79º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #654B68 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10175104-
CMYK0.030.2800.59
HSL293.79º16.2%35.1%-
HSV(B)293.79º27.88%40.78%-
XYZ10.388.814.25-
YUV86.08138.11138.64-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.07%
GREEN value IS 75 (29.69% from 255) = 26.79%
BLUE value IS 104 (41.02% from 255) = 37.14%
R=36.07%
G=26.79%
B=37.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101751040.030.2800.59293.7916.235.1
Hex654B6831C03B1261023
Octal1451131503340734462043
Binary1100101100101111010001111100011101110010011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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