Html Css Color HEX #6D586F Fedora

📋 copy color: '#6D586F'

red 109 ◦ green 88 ◦ blue 111

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

Shades of Fedora #6D586F

Tints of Fedora #6D586F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.57%

 BLUE value IS 111 (43.75% from 255) = 36.04%

R = 35.39%
G = 28.57%
B = 36.04%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6D586F (or 0x6D586F) is known color: Fedora. HEX triplet: 6D, 58 and 6F. RGB value is (109,88,111). Sum of RGB (Red+Green+Blue) = 109+88+111=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 111 - color contains mainly: blue. Hex color #6D586F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D586F is #92A790. Grayscale: #606060. Windows color (decimal): -9611153 or 7297133. OLE color: 7297133.

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

Color convert

RGB 109 88 111 -
CMYK 0.02 0.21 0 0.56
HSL 294.78º 0.12% 0.39% -
HSV(B) 294.78º 0.21% 0.44% -
XYZ 12.67 11.38 16.57 -
YUV 96.9 135.96 136.63 -
System Red Green Blue C M Y K H S L
Decimal 109 88 111 0.02 0.21 0 0.56 294.78 0.12 0.39
Hex 6D 58 6F 2 15 0 38 127 C 27
Octal 155 130 157 2 25 0 70 447 14 47
Binary 1101101 1011000 1101111 10 10101 0 111000 100100111 1100 100111

Color Harmonies of #6D586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D586F

Black with #6D586F

Text Example


Text Example

White with #6D586F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,88,111); }

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

background-color css

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

 a { background-color: rgb(109,88,111); }

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

border-color css

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

 span { border-color: rgb(109,88,111); }

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