#68546E

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

Shades of Fedora #68546E

Tints of Fedora #68546E

Color information

#68546E (or 0x68546E) is unknown color: approx Fedora. HEX triplet: 68, 54 and 6E. RGB value is (104,84,110). Sum of RGB (Red+Green+Blue) = 104+84+110=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 110 - color contains mainly: blue. Hex color #68546E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68546E is #97AB91. Grayscale: #5C5C5C. Windows color (decimal): -9939858 or 7230568. OLE color: 7230568.

HSL color Cylindrical-coordinate representation of color #68546E: hue angle of 286.15º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #68546E is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10484110-
CMYK0.050.2400.57
HSL286.15º13.4%38.04%-
HSV(B)286.15º23.64%43.14%-
XYZ11.6910.4116.14-
YUV92.94137.63135.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.90%
GREEN value IS 84 (33.20% from 255) = 28.19%
BLUE value IS 110 (43.36% from 255) = 36.91%
R=34.90%
G=28.19%
B=36.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104841100.050.2400.57286.1513.438.04
Hex68546E51803911ed26
Octal1501241565300714361546
Binary1101000101010011011101011100001110011000111101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68546E; }

 p { color: rgb(104,84,110); }

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

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

 a { background-color: rgb(104,84,110); }

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

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

 span { border-color: rgb(104,84,110); }

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