Html Css Color HEX #685969 Fedora

📋 copy color: '#685969'

red 104 ◦ green 89 ◦ blue 105

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

Shades of Fedora #685969

Tints of Fedora #685969

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.87%

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

R = 34.9%
G = 29.87%
B = 35.23%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#685969 (or 0x685969) is known color: Fedora. HEX triplet: 68, 59 and 69. RGB value is (104,89,105). Sum of RGB (Red+Green+Blue) = 104+89+105=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 105 - color contains mainly: blue. Hex color #685969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685969 is #97A696. Grayscale: #5F5F5F. Windows color (decimal): -9938583 or 6904168. OLE color: 6904168.

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

Color convert

RGB 104 89 105 -
CMYK 0.01 0.15 0 0.59
HSL 296.25º 0.08% 0.38% -
HSV(B) 296.25º 0.15% 0.41% -
XYZ 11.83 11.11 14.89 -
YUV 95.31 133.47 134.2 -
System Red Green Blue C M Y K H S L
Decimal 104 89 105 0.01 0.15 0 0.59 296.25 0.08 0.38
Hex 68 59 69 1 F 0 3B 128 8 26
Octal 150 131 151 1 17 0 73 450 10 46
Binary 1101000 1011001 1101001 1 1111 0 111011 100101000 1000 100110

Color Harmonies of #685969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685969

Black with #685969

Text Example


Text Example

White with #685969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685969; }

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

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

background-color css

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

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

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

border-color css

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

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

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