Html Css Color HEX #685071 Fedora

📋 copy color: '#685071'

red 104 ◦ green 80 ◦ blue 113

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

Shades of Fedora #685071

Tints of Fedora #685071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.94%

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

R = 35.02%
G = 26.94%
B = 38.05%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#685071 (or 0x685071) is known color: Fedora. HEX triplet: 68, 50 and 71. RGB value is (104,80,113). Sum of RGB (Red+Green+Blue) = 104+80+113=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 113 - color contains mainly: blue. Hex color #685071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685071 is #97AF8E. Grayscale: #5A5A5A. Windows color (decimal): -9940879 or 7426152. OLE color: 7426152.

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

Color convert

RGB 104 80 113 -
CMYK 0.08 0.29 0 0.56
HSL 283.64º 0.17% 0.38% -
HSV(B) 283.64º 0.29% 0.44% -
XYZ 11.56 9.87 16.92 -
YUV 90.94 140.45 137.32 -
System Red Green Blue C M Y K H S L
Decimal 104 80 113 0.08 0.29 0 0.56 283.64 0.17 0.38
Hex 68 50 71 8 1D 0 38 11C 11 26
Octal 150 120 161 10 35 0 70 434 21 46
Binary 1101000 1010000 1110001 1000 11101 0 111000 100011100 10001 100110

Color Harmonies of #685071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685071

Black with #685071

Text Example


Text Example

White with #685071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685071; }

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

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

background-color css

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

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

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

border-color css

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

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

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