Html Css Color HEX #685869 Fedora

📋 copy color: '#685869'

red 104 ◦ green 88 ◦ blue 105

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

Shades of Fedora #685869

Tints of Fedora #685869

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.63%

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

R = 35.02%
G = 29.63%
B = 35.35%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#685869 (or 0x685869) is known color: Fedora. HEX triplet: 68, 58 and 69. RGB value is (104,88,105). Sum of RGB (Red+Green+Blue) = 104+88+105=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 105 - color contains mainly: blue. Hex color #685869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685869 is #97A796. Grayscale: #5E5E5E. Windows color (decimal): -9938839 or 6903912. OLE color: 6903912.

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

Color convert

RGB 104 88 105 -
CMYK 0.01 0.16 0 0.59
HSL 296.47º 0.09% 0.38% -
HSV(B) 296.47º 0.16% 0.41% -
XYZ 11.75 10.94 14.86 -
YUV 94.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 104 88 105 0.01 0.16 0 0.59 296.47 0.09 0.38
Hex 68 58 69 1 10 0 3B 128 9 26
Octal 150 130 151 1 20 0 73 450 11 46
Binary 1101000 1011000 1101001 1 10000 0 111011 100101000 1001 100110

Color Harmonies of #685869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685869

Black with #685869

Text Example


Text Example

White with #685869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685869; }

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

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

background-color css

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

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

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

border-color css

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

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

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