Html Css Color HEX #685F69 Fedora

📋 copy color: '#685F69'

red 104 ◦ green 95 ◦ blue 105

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

Shades of Fedora #685F69

Tints of Fedora #685F69

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.25%

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

R = 34.21%
G = 31.25%
B = 34.54%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#685F69 (or 0x685F69) is known color: Fedora. HEX triplet: 68, 5F and 69. RGB value is (104,95,105). Sum of RGB (Red+Green+Blue) = 104+95+105=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 105 - color contains mainly: blue. Hex color #685F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F69 is #97A096. Grayscale: #626262. Windows color (decimal): -9937047 or 6905704. OLE color: 6905704.

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

Color convert

RGB 104 95 105 -
CMYK 0.01 0.10 0 0.59
HSL 294º 0.05% 0.39% -
HSV(B) 294º 0.1% 0.41% -
XYZ 12.35 12.15 15.06 -
YUV 98.83 131.48 131.69 -
System Red Green Blue C M Y K H S L
Decimal 104 95 105 0.01 0.10 0 0.59 294 0.05 0.39
Hex 68 5F 69 1 A 0 3B 126 5 27
Octal 150 137 151 1 12 0 73 446 5 47
Binary 1101000 1011111 1101001 1 1010 0 111011 100100110 101 100111

Color Harmonies of #685F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685F69

Black with #685F69

Text Example


Text Example

White with #685F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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