Html Css Color HEX #686469 Fedora

📋 copy color: '#686469'

red 104 ◦ green 100 ◦ blue 105

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

Shades of Fedora #686469

Tints of Fedora #686469

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.36%

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

R = 33.66%
G = 32.36%
B = 33.98%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#686469 (or 0x686469) is known color: Fedora. HEX triplet: 68, 64 and 69. RGB value is (104,100,105). Sum of RGB (Red+Green+Blue) = 104+100+105=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 105 - color contains mainly: blue. Hex color #686469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686469 is #979B96. Grayscale: #656565. Windows color (decimal): -9935767 or 6906984. OLE color: 6906984.

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

Color convert

RGB 104 100 105 -
CMYK 0.01 0.05 0 0.59
HSL 288º 0.02% 0.4% -
HSV(B) 288º 0.05% 0.41% -
XYZ 12.82 13.08 15.21 -
YUV 101.77 129.83 129.59 -
System Red Green Blue C M Y K H S L
Decimal 104 100 105 0.01 0.05 0 0.59 288 0.02 0.4
Hex 68 64 69 1 5 0 3B 120 2 28
Octal 150 144 151 1 5 0 73 440 2 50
Binary 1101000 1100100 1101001 1 101 0 111011 100100000 10 101000

Color Harmonies of #686469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686469

Black with #686469

Text Example


Text Example

White with #686469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686469; }

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

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

background-color css

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

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

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

border-color css

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

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

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