Html Css Color HEX #6E5273 Fedora

📋 copy color: '#6E5273'

red 110 ◦ green 82 ◦ blue 115

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

Shades of Fedora #6E5273

Tints of Fedora #6E5273

RGB

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

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

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

R = 35.83%
G = 26.71%
B = 37.46%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6E5273 (or 0x6E5273) is known color: Fedora. HEX triplet: 6E, 52 and 73. RGB value is (110,82,115). Sum of RGB (Red+Green+Blue) = 110+82+115=307 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.83% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 115 - color contains mainly: blue. Hex color #6E5273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5273 is #91AD8C. Grayscale: #5E5E5E. Windows color (decimal): -9547149 or 7557742. OLE color: 7557742.

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

Color convert

RGB 110 82 115 -
CMYK 0.04 0.29 0 0.55
HSL 290.91º 0.17% 0.39% -
HSV(B) 290.91º 0.29% 0.45% -
XYZ 12.54 10.59 17.6 -
YUV 94.13 139.78 139.32 -
System Red Green Blue C M Y K H S L
Decimal 110 82 115 0.04 0.29 0 0.55 290.91 0.17 0.39
Hex 6E 52 73 4 1D 0 37 123 11 27
Octal 156 122 163 4 35 0 67 443 21 47
Binary 1101110 1010010 1110011 100 11101 0 110111 100100011 10001 100111

Color Harmonies of #6E5273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5273

Black with #6E5273

Text Example


Text Example

White with #6E5273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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