Html Css Color HEX #6D516E Fedora

📋 copy color: '#6D516E'

red 109 ◦ green 81 ◦ blue 110

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

Shades of Fedora #6D516E

Tints of Fedora #6D516E

RGB

 RED value IS 109 (42.97% from 255) = 36.33%

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

 BLUE value IS 110 (43.36% from 255) = 36.67%

R = 36.33%
G = 27%
B = 36.67%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6D516E (or 0x6D516E) is known color: Fedora. HEX triplet: 6D, 51 and 6E. RGB value is (109,81,110). Sum of RGB (Red+Green+Blue) = 109+81+110=300 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.33% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 110 - color contains mainly: blue. Hex color #6D516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D516E is #92AE91. Grayscale: #5C5C5C. Windows color (decimal): -9612946 or 7229805. OLE color: 7229805.

HSL color Cylindrical-coordinate representation of color #6D516E: hue angle of 297.93º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D516E is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 81 110 -
CMYK 0.01 0.26 0 0.57
HSL 297.93º 0.15% 0.37% -
HSV(B) 297.93º 0.26% 0.43% -
XYZ 12.06 10.26 16.1 -
YUV 92.68 137.78 139.64 -
System Red Green Blue C M Y K H S L
Decimal 109 81 110 0.01 0.26 0 0.57 297.93 0.15 0.37
Hex 6D 51 6E 1 1A 0 39 12A F 25
Octal 155 121 156 1 32 0 71 452 17 45
Binary 1101101 1010001 1101110 1 11010 0 111001 100101010 1111 100101

Color Harmonies of #6D516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D516E

Black with #6D516E

Text Example


Text Example

White with #6D516E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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