Html Css Color HEX #685669 Fedora

📋 copy color: '#685669'

red 104 ◦ green 86 ◦ blue 105

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

Shades of Fedora #685669

Tints of Fedora #685669

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.15%

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

R = 35.25%
G = 29.15%
B = 35.59%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#685669 (or 0x685669) is known color: Fedora. HEX triplet: 68, 56 and 69. RGB value is (104,86,105). Sum of RGB (Red+Green+Blue) = 104+86+105=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 105 - color contains mainly: blue. Hex color #685669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685669 is #97A996. Grayscale: #5D5D5D. Windows color (decimal): -9939351 or 6903400. OLE color: 6903400.

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

Color convert

RGB 104 86 105 -
CMYK 0.01 0.18 0 0.59
HSL 296.84º 0.1% 0.37% -
HSV(B) 296.84º 0.18% 0.41% -
XYZ 11.59 10.62 14.8 -
YUV 93.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 104 86 105 0.01 0.18 0 0.59 296.84 0.1 0.37
Hex 68 56 69 1 12 0 3B 129 A 25
Octal 150 126 151 1 22 0 73 451 12 45
Binary 1101000 1010110 1101001 1 10010 0 111011 100101001 1010 100101

Color Harmonies of #685669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685669

Black with #685669

Text Example


Text Example

White with #685669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685669; }

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

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

background-color css

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

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

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

border-color css

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

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

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