Html Css Color HEX #686169 Fedora

📋 copy color: '#686169'

red 104 ◦ green 97 ◦ blue 105

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

Shades of Fedora #686169

Tints of Fedora #686169

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.7%

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

R = 33.99%
G = 31.7%
B = 34.31%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#686169 (or 0x686169) is known color: Fedora. HEX triplet: 68, 61 and 69. RGB value is (104,97,105). Sum of RGB (Red+Green+Blue) = 104+97+105=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 105 - color contains mainly: blue. Hex color #686169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686169 is #979E96. Grayscale: #636363. Windows color (decimal): -9936535 or 6906216. OLE color: 6906216.

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

Color convert

RGB 104 97 105 -
CMYK 0.01 0.08 0 0.59
HSL 292.5º 0.04% 0.4% -
HSV(B) 292.5º 0.08% 0.41% -
XYZ 12.53 12.51 15.12 -
YUV 100.01 130.82 130.85 -
System Red Green Blue C M Y K H S L
Decimal 104 97 105 0.01 0.08 0 0.59 292.5 0.04 0.4
Hex 68 61 69 1 8 0 3B 124 4 28
Octal 150 141 151 1 10 0 73 444 4 50
Binary 1101000 1100001 1101001 1 1000 0 111011 100100100 100 101000

Color Harmonies of #686169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686169

Black with #686169

Text Example


Text Example

White with #686169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686169; }

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

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

background-color css

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

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

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

border-color css

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

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

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