Html Css Color HEX #6E5473 Fedora

📋 copy color: '#6E5473'

red 110 ◦ green 84 ◦ blue 115

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

Shades of Fedora #6E5473

Tints of Fedora #6E5473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.18%

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

R = 35.6%
G = 27.18%
B = 37.22%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6E5473 (or 0x6E5473) is known color: Fedora. HEX triplet: 6E, 54 and 73. RGB value is (110,84,115). Sum of RGB (Red+Green+Blue) = 110+84+115=309 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.60% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 115 - color contains mainly: blue. Hex color #6E5473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5473 is #91AB8C. Grayscale: #5F5F5F. Windows color (decimal): -9546637 or 7558254. OLE color: 7558254.

HSL color Cylindrical-coordinate representation of color #6E5473: hue angle of 290.32º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E5473 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 110 84 115 -
CMYK 0.04 0.27 0 0.55
HSL 290.32º 0.16% 0.39% -
HSV(B) 290.32º 0.27% 0.45% -
XYZ 12.7 10.89 17.65 -
YUV 95.31 139.11 138.48 -
System Red Green Blue C M Y K H S L
Decimal 110 84 115 0.04 0.27 0 0.55 290.32 0.16 0.39
Hex 6E 54 73 4 1B 0 37 122 10 27
Octal 156 124 163 4 33 0 67 442 20 47
Binary 1101110 1010100 1110011 100 11011 0 110111 100100010 10000 100111

Color Harmonies of #6E5473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5473

Black with #6E5473

Text Example


Text Example

White with #6E5473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,84,115); }

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

background-color css

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

 a { background-color: rgb(110,84,115); }

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

border-color css

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

 span { border-color: rgb(110,84,115); }

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