Html Css Color HEX #686369 Fedora

📋 copy color: '#686369'

red 104 ◦ green 99 ◦ blue 105

#686369
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fedora #686369

Tints of Fedora #686369

RGB

 RED value IS 104 (41.02% from 255) = 33.77%

 GREEN value IS 99 (39.06% from 255) = 32.14%

 BLUE value IS 105 (41.41% from 255) = 34.09%

R = 33.77%
G = 32.14%
B = 34.09%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#686369 (or 0x686369) is known color: Fedora. HEX triplet: 68, 63 and 69. RGB value is (104,99,105). Sum of RGB (Red+Green+Blue) = 104+99+105=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 105 - color contains mainly: blue. Hex color #686369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686369 is #979C96. Grayscale: #656565. Windows color (decimal): -9936023 or 6906728. OLE color: 6906728.

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

Color convert

RGB 104 99 105 -
CMYK 0.01 0.06 0 0.59
HSL 290º 0.03% 0.4% -
HSV(B) 290º 0.06% 0.41% -
XYZ 12.72 12.89 15.18 -
YUV 101.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 104 99 105 0.01 0.06 0 0.59 290 0.03 0.4
Hex 68 63 69 1 6 0 3B 122 3 28
Octal 150 143 151 1 6 0 73 442 3 50
Binary 1101000 1100011 1101001 1 110 0 111011 100100010 11 101000

Color Harmonies of #686369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686369

Black with #686369

Text Example


Text Example

White with #686369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686369; }

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

 H1.HeaderClassName
 {
   color: #686369;
 }
 .AnyTagClassName
 {
   color: #686369;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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