#68496A

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

Shades of Fedora #68496A

Tints of Fedora #68496A

Color information

#68496A (or 0x68496A) is unknown color: approx Fedora. HEX triplet: 68, 49 and 6A. RGB value is (104,73,106). Sum of RGB (Red+Green+Blue) = 104+73+106=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 106 - color contains mainly: blue. Hex color #68496A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68496A is #97B695. Grayscale: #555555. Windows color (decimal): -9942678 or 6965608. OLE color: 6965608.

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

Color convert

RGB10473106-
CMYK0.020.3100.58
HSL296.36º18.44%35.1%-
HSV(B)296.36º31.13%41.57%-
XYZ10.698.7514.76-
YUV86.03139.27140.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.75%
GREEN value IS 73 (28.91% from 255) = 25.80%
BLUE value IS 106 (41.80% from 255) = 37.46%
R=36.75%
G=25.80%
B=37.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104731060.020.3100.58296.3618.4435.1
Hex68496A21F03A1281223
Octal1501111522370724502243
Binary1101000100100111010101011111011101010010100010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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