#686269

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

Shades of Fedora #686269

Tints of Fedora #686269

Color information

#686269 (or 0x686269) is unknown color: approx Fedora. HEX triplet: 68, 62 and 69. RGB value is (104,98,105). Sum of RGB (Red+Green+Blue) = 104+98+105=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 105 - color contains mainly: blue. Hex color #686269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686269 is #979D96. Grayscale: #646464. Windows color (decimal): -9936279 or 6906472. OLE color: 6906472.

HSL color Cylindrical-coordinate representation of color #686269: hue angle of 291.43º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #686269 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10498105-
CMYK0.010.0700.59
HSL291.43º3.45%39.8%-
HSV(B)291.43º6.67%41.18%-
XYZ12.6312.715.15-
YUV100.59130.49130.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.88%
GREEN value IS 98 (38.67% from 255) = 31.92%
BLUE value IS 105 (41.41% from 255) = 34.20%
R=33.88%
G=31.92%
B=34.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104981050.010.0700.59291.433.4539.8
Hex6862691703B123328
Octal15014215117073443350
Binary1101000110001011010011111011101110010001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686269; }

 p { color: rgb(104,98,105); }

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

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

 a { background-color: rgb(104,98,105); }

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

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

 span { border-color: rgb(104,98,105); }

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