Html Css Color HEX #686269 Fedora

📋 copy color: '#686269'

red 104 ◦ green 98 ◦ blue 105

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

Shades of Fedora #686269

Tints of Fedora #686269

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.2%

R = 33.88%
G = 31.92%
B = 34.2%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#686269 (or 0x686269) is known color: 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

RGB 104 98 105 -
CMYK 0.01 0.07 0 0.59
HSL 291.43º 0.03% 0.4% -
HSV(B) 291.43º 0.07% 0.41% -
XYZ 12.63 12.7 15.15 -
YUV 100.59 130.49 130.43 -
System Red Green Blue C M Y K H S L
Decimal 104 98 105 0.01 0.07 0 0.59 291.43 0.03 0.4
Hex 68 62 69 1 7 0 3B 123 3 28
Octal 150 142 151 1 7 0 73 443 3 50
Binary 1101000 1100010 1101001 1 111 0 111011 100100011 11 101000

Color Harmonies of #686269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686269

Black with #686269

Text Example


Text Example

White with #686269

Text Example


Text Example

HTML Codes & Css Web 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>