#68496B

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

Shades of Fedora #68496B

Tints of Fedora #68496B

Color information

#68496B (or 0x68496B) is unknown color: approx Fedora. HEX triplet: 68, 49 and 6B. RGB value is (104,73,107). Sum of RGB (Red+Green+Blue) = 104+73+107=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 107 - color contains mainly: blue. Hex color #68496B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68496B is #97B694. Grayscale: #565656. Windows color (decimal): -9942677 or 7031144. OLE color: 7031144.

HSL color Cylindrical-coordinate representation of color #68496B: hue angle of 294.71º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68496B is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10473107-
CMYK0.030.3200.58
HSL294.71º18.89%35.29%-
HSV(B)294.71º31.78%41.96%-
XYZ10.758.7715.04-
YUV86.15139.77140.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.62%
GREEN value IS 73 (28.91% from 255) = 25.70%
BLUE value IS 107 (42.19% from 255) = 37.68%
R=36.62%
G=25.70%
B=37.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104731070.030.3200.58294.7118.8935.29
Hex68496B32003A1271323
Octal1501111533400724472343
Binary11010001001001110101111100000011101010010011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68496B; }

 p { color: rgb(104,73,107); }

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

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

 a { background-color: rgb(104,73,107); }

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

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

 span { border-color: rgb(104,73,107); }

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