#684B6A

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

Shades of Fedora #684B6A

Tints of Fedora #684B6A

Color information

#684B6A (or 0x684B6A) is unknown color: approx Fedora. HEX triplet: 68, 4B and 6A. RGB value is (104,75,106). Sum of RGB (Red+Green+Blue) = 104+75+106=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 106 - color contains mainly: blue. Hex color #684B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684B6A is #97B495. Grayscale: #575757. Windows color (decimal): -9942166 or 6966120. OLE color: 6966120.

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

Color convert

RGB10475106-
CMYK0.020.2900.58
HSL296.13º17.13%35.49%-
HSV(B)296.13º29.25%41.57%-
XYZ10.839.0214.81-
YUV87.2138.61139.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 75 (29.69% from 255) = 26.32%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=36.49%
G=26.32%
B=37.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104751060.020.2900.58296.1317.1335.49
Hex684B6A21D03A1281123
Octal1501131522350724502143
Binary1101000100101111010101011101011101010010100010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684B6A; }

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

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

<style>
 a { background-color: #684B6A; }

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

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

<style>
 span { border-color: #684B6A; }

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

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