Html Css Color HEX #685A69 Fedora

📋 copy color: '#685A69'

red 104 ◦ green 90 ◦ blue 105

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

Shades of Fedora #685A69

Tints of Fedora #685A69

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.1%

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

R = 34.78%
G = 30.1%
B = 35.12%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#685A69 (or 0x685A69) is known color: Fedora. HEX triplet: 68, 5A and 69. RGB value is (104,90,105). Sum of RGB (Red+Green+Blue) = 104+90+105=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 105 - color contains mainly: blue. Hex color #685A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A69 is #97A596. Grayscale: #5F5F5F. Windows color (decimal): -9938327 or 6904424. OLE color: 6904424.

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

Color convert

RGB 104 90 105 -
CMYK 0.01 0.14 0 0.59
HSL 296º 0.08% 0.38% -
HSV(B) 296º 0.14% 0.41% -
XYZ 11.91 11.28 14.91 -
YUV 95.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 104 90 105 0.01 0.14 0 0.59 296 0.08 0.38
Hex 68 5A 69 1 E 0 3B 128 8 26
Octal 150 132 151 1 16 0 73 450 10 46
Binary 1101000 1011010 1101001 1 1110 0 111011 100101000 1000 100110

Color Harmonies of #685A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685A69

Black with #685A69

Text Example


Text Example

White with #685A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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