Html Css Color HEX #685769 Fedora

📋 copy color: '#685769'

red 104 ◦ green 87 ◦ blue 105

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

Shades of Fedora #685769

Tints of Fedora #685769

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.39%

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

R = 35.14%
G = 29.39%
B = 35.47%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#685769 (or 0x685769) is known color: Fedora. HEX triplet: 68, 57 and 69. RGB value is (104,87,105). Sum of RGB (Red+Green+Blue) = 104+87+105=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 105 - color contains mainly: blue. Hex color #685769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685769 is #97A896. Grayscale: #5E5E5E. Windows color (decimal): -9939095 or 6903656. OLE color: 6903656.

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

Color convert

RGB 104 87 105 -
CMYK 0.01 0.17 0 0.59
HSL 296.67º 0.09% 0.38% -
HSV(B) 296.67º 0.17% 0.41% -
XYZ 11.67 10.78 14.83 -
YUV 94.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 104 87 105 0.01 0.17 0 0.59 296.67 0.09 0.38
Hex 68 57 69 1 11 0 3B 129 9 26
Octal 150 127 151 1 21 0 73 451 11 46
Binary 1101000 1010111 1101001 1 10001 0 111011 100101001 1001 100110

Color Harmonies of #685769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685769

Black with #685769

Text Example


Text Example

White with #685769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685769; }

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

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

background-color css

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

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

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

border-color css

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

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

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