#68496F

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

Shades of Fedora #68496F

Tints of Fedora #68496F

Color information

#68496F (or 0x68496F) is unknown color: approx Fedora. HEX triplet: 68, 49 and 6F. RGB value is (104,73,111). Sum of RGB (Red+Green+Blue) = 104+73+111=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 111 - color contains mainly: blue. Hex color #68496F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68496F is #97B690. Grayscale: #565656. Windows color (decimal): -9942673 or 7293288. OLE color: 7293288.

HSL color Cylindrical-coordinate representation of color #68496F: hue angle of 288.95º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68496F is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10473111-
CMYK0.060.3400.56
HSL288.95º20.65%36.08%-
HSV(B)288.95º34.23%43.53%-
XYZ10.968.8616.17-
YUV86.6141.77140.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.11%
GREEN value IS 73 (28.91% from 255) = 25.35%
BLUE value IS 111 (43.75% from 255) = 38.54%
R=36.11%
G=25.35%
B=38.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104731110.060.3400.56288.9520.6536.08
Hex68496F6220381211524
Octal1501111576420704412544
Binary110100010010011101111110100010011100010010000110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68496F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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