Html Css Color HEX #6E5671 Fedora

📋 copy color: '#6E5671'

red 110 ◦ green 86 ◦ blue 113

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

Shades of Fedora #6E5671

Tints of Fedora #6E5671

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.83%

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

R = 35.6%
G = 27.83%
B = 36.57%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6E5671 (or 0x6E5671) is known color: Fedora. HEX triplet: 6E, 56 and 71. RGB value is (110,86,113). Sum of RGB (Red+Green+Blue) = 110+86+113=309 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.60% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 113 - color contains mainly: blue. Hex color #6E5671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5671 is #91A98E. Grayscale: #606060. Windows color (decimal): -9546127 or 7427694. OLE color: 7427694.

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

Color convert

RGB 110 86 113 -
CMYK 0.03 0.24 0 0.56
HSL 293.33º 0.14% 0.39% -
HSV(B) 293.33º 0.24% 0.44% -
XYZ 12.74 11.16 17.11 -
YUV 96.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 110 86 113 0.03 0.24 0 0.56 293.33 0.14 0.39
Hex 6E 56 71 3 18 0 38 125 E 27
Octal 156 126 161 3 30 0 70 445 16 47
Binary 1101110 1010110 1110001 11 11000 0 111000 100100101 1110 100111

Color Harmonies of #6E5671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5671

Black with #6E5671

Text Example


Text Example

White with #6E5671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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