Html Css Color HEX #6E5271 Fedora

📋 copy color: '#6E5271'

red 110 ◦ green 82 ◦ blue 113

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

Shades of Fedora #6E5271

Tints of Fedora #6E5271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.89%

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

R = 36.07%
G = 26.89%
B = 37.05%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6E5271 (or 0x6E5271) is known color: Fedora. HEX triplet: 6E, 52 and 71. RGB value is (110,82,113). Sum of RGB (Red+Green+Blue) = 110+82+113=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 113 - color contains mainly: blue. Hex color #6E5271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5271 is #91AD8E. Grayscale: #5D5D5D. Windows color (decimal): -9547151 or 7426670. OLE color: 7426670.

HSL color Cylindrical-coordinate representation of color #6E5271: hue angle of 294.19º degrees, saturation: 0.16, 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 #6E5271 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 110 82 113 -
CMYK 0.03 0.27 0 0.56
HSL 294.19º 0.16% 0.38% -
HSV(B) 294.19º 0.27% 0.44% -
XYZ 12.43 10.54 17 -
YUV 93.91 138.78 139.48 -
System Red Green Blue C M Y K H S L
Decimal 110 82 113 0.03 0.27 0 0.56 294.19 0.16 0.38
Hex 6E 52 71 3 1B 0 38 126 10 26
Octal 156 122 161 3 33 0 70 446 20 46
Binary 1101110 1010010 1110001 11 11011 0 111000 100100110 10000 100110

Color Harmonies of #6E5271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5271

Black with #6E5271

Text Example


Text Example

White with #6E5271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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