Html Css Color HEX #6E5171 Fedora

📋 copy color: '#6E5171'

red 110 ◦ green 81 ◦ blue 113

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

Shades of Fedora #6E5171

Tints of Fedora #6E5171

RGB

 RED value IS 110 (43.36% from 255) = 36.18%

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

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

R = 36.18%
G = 26.64%
B = 37.17%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6E5171 (or 0x6E5171) is known color: Fedora. HEX triplet: 6E, 51 and 71. RGB value is (110,81,113). Sum of RGB (Red+Green+Blue) = 110+81+113=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 113 - color contains mainly: blue. Hex color #6E5171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5171 is #91AE8E. Grayscale: #5D5D5D. Windows color (decimal): -9547407 or 7426414. OLE color: 7426414.

HSL color Cylindrical-coordinate representation of color #6E5171: hue angle of 294.38º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E5171 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 110 81 113 -
CMYK 0.03 0.28 0 0.56
HSL 294.38º 0.16% 0.38% -
HSV(B) 294.38º 0.28% 0.44% -
XYZ 12.35 10.39 16.98 -
YUV 93.32 139.11 139.9 -
System Red Green Blue C M Y K H S L
Decimal 110 81 113 0.03 0.28 0 0.56 294.38 0.16 0.38
Hex 6E 51 71 3 1C 0 38 126 10 26
Octal 156 121 161 3 34 0 70 446 20 46
Binary 1101110 1010001 1110001 11 11100 0 111000 100100110 10000 100110

Color Harmonies of #6E5171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5171

Black with #6E5171

Text Example


Text Example

White with #6E5171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E5171; }

 p { color: rgb(110,81,113); }

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

background-color css

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

 a { background-color: rgb(110,81,113); }

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

border-color css

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

 span { border-color: rgb(110,81,113); }

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