Html Css Color HEX #685172 Fedora

📋 copy color: '#685172'

red 104 ◦ green 81 ◦ blue 114

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

Shades of Fedora #685172

Tints of Fedora #685172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.13%

R = 34.78%
G = 27.09%
B = 38.13%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#685172 (or 0x685172) is known color: Fedora. HEX triplet: 68, 51 and 72. RGB value is (104,81,114). Sum of RGB (Red+Green+Blue) = 104+81+114=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 114 - color contains mainly: blue. Hex color #685172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685172 is #97AE8D. Grayscale: #5B5B5B. Windows color (decimal): -9940622 or 7491944. OLE color: 7491944.

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

Color convert

RGB 104 81 114 -
CMYK 0.09 0.29 0 0.55
HSL 281.82º 0.17% 0.38% -
HSV(B) 281.82º 0.29% 0.45% -
XYZ 11.69 10.04 17.24 -
YUV 91.64 140.62 136.82 -
System Red Green Blue C M Y K H S L
Decimal 104 81 114 0.09 0.29 0 0.55 281.82 0.17 0.38
Hex 68 51 72 9 1D 0 37 11A 11 26
Octal 150 121 162 11 35 0 67 432 21 46
Binary 1101000 1010001 1110010 1001 11101 0 110111 100011010 10001 100110

Color Harmonies of #685172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685172

Black with #685172

Text Example


Text Example

White with #685172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685172; }

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

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

background-color css

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

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

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

border-color css

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

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

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