Html Css Color HEX #685371 Fedora

📋 copy color: '#685371'

red 104 ◦ green 83 ◦ blue 113

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

Shades of Fedora #685371

Tints of Fedora #685371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.67%

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

R = 34.67%
G = 27.67%
B = 37.67%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#685371 (or 0x685371) is known color: Fedora. HEX triplet: 68, 53 and 71. RGB value is (104,83,113). Sum of RGB (Red+Green+Blue) = 104+83+113=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 113 - color contains mainly: blue. Hex color #685371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685371 is #97AC8E. Grayscale: #5C5C5C. Windows color (decimal): -9940111 or 7426920. OLE color: 7426920.

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

Color convert

RGB 104 83 113 -
CMYK 0.08 0.27 0 0.56
HSL 282º 0.15% 0.38% -
HSV(B) 282º 0.27% 0.44% -
XYZ 11.78 10.32 16.99 -
YUV 92.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 104 83 113 0.08 0.27 0 0.56 282 0.15 0.38
Hex 68 53 71 8 1B 0 38 11A F 26
Octal 150 123 161 10 33 0 70 432 17 46
Binary 1101000 1010011 1110001 1000 11011 0 111000 100011010 1111 100110

Color Harmonies of #685371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685371

Black with #685371

Text Example


Text Example

White with #685371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685371; }

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

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

background-color css

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

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

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

border-color css

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

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

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