Html Css Color HEX #685471 Fedora

📋 copy color: '#685471'

red 104 ◦ green 84 ◦ blue 113

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

Shades of Fedora #685471

Tints of Fedora #685471

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.91%

 BLUE value IS 113 (44.53% from 255) = 37.54%

R = 34.55%
G = 27.91%
B = 37.54%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#685471 (or 0x685471) is known color: Fedora. HEX triplet: 68, 54 and 71. RGB value is (104,84,113). Sum of RGB (Red+Green+Blue) = 104+84+113=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 113 - color contains mainly: blue. Hex color #685471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685471 is #97AB8E. Grayscale: #5D5D5D. Windows color (decimal): -9939855 or 7427176. OLE color: 7427176.

HSL color Cylindrical-coordinate representation of color #685471: hue angle of 281.38º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #685471 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 84 113 -
CMYK 0.08 0.26 0 0.56
HSL 281.38º 0.15% 0.39% -
HSV(B) 281.38º 0.26% 0.44% -
XYZ 11.86 10.48 17.02 -
YUV 93.29 139.13 135.64 -
System Red Green Blue C M Y K H S L
Decimal 104 84 113 0.08 0.26 0 0.56 281.38 0.15 0.39
Hex 68 54 71 8 1A 0 38 119 F 27
Octal 150 124 161 10 32 0 70 431 17 47
Binary 1101000 1010100 1110001 1000 11010 0 111000 100011001 1111 100111

Color Harmonies of #685471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685471

Black with #685471

Text Example


Text Example

White with #685471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685471; }

 p { color: rgb(104,84,113); }

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

background-color css

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

 a { background-color: rgb(104,84,113); }

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

border-color css

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

 span { border-color: rgb(104,84,113); }

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