Html Css Color HEX #685173 Fedora

📋 copy color: '#685173'

red 104 ◦ green 81 ◦ blue 115

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

Shades of Fedora #685173

Tints of Fedora #685173

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27%

 BLUE value IS 115 (45.31% from 255) = 38.33%

R = 34.67%
G = 27%
B = 38.33%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#685173 (or 0x685173) is known color: Fedora. HEX triplet: 68, 51 and 73. RGB value is (104,81,115). Sum of RGB (Red+Green+Blue) = 104+81+115=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 115 - color contains mainly: blue. Hex color #685173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685173 is #97AE8C. Grayscale: #5B5B5B. Windows color (decimal): -9940621 or 7557480. OLE color: 7557480.

HSL color Cylindrical-coordinate representation of color #685173: hue angle of 280.59º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #685173 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 81 115 -
CMYK 0.10 0.30 0 0.55
HSL 280.59º 0.17% 0.38% -
HSV(B) 280.59º 0.3% 0.45% -
XYZ 11.75 10.07 17.54 -
YUV 91.75 141.12 136.74 -
System Red Green Blue C M Y K H S L
Decimal 104 81 115 0.10 0.30 0 0.55 280.59 0.17 0.38
Hex 68 51 73 A 1E 0 37 119 11 26
Octal 150 121 163 12 36 0 67 431 21 46
Binary 1101000 1010001 1110011 1010 11110 0 110111 100011001 10001 100110

Color Harmonies of #685173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685173

Black with #685173

Text Example


Text Example

White with #685173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685173; }

 p { color: rgb(104,81,115); }

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

background-color css

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

 a { background-color: rgb(104,81,115); }

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

border-color css

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

 span { border-color: rgb(104,81,115); }

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