Html Css Color HEX #6D566F Fedora

📋 copy color: '#6D566F'

red 109 ◦ green 86 ◦ blue 111

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

Shades of Fedora #6D566F

Tints of Fedora #6D566F

RGB

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

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

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

R = 35.62%
G = 28.1%
B = 36.27%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6D566F (or 0x6D566F) is known color: Fedora. HEX triplet: 6D, 56 and 6F. RGB value is (109,86,111). Sum of RGB (Red+Green+Blue) = 109+86+111=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 111 - color contains mainly: blue. Hex color #6D566F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D566F is #92A990. Grayscale: #5F5F5F. Windows color (decimal): -9611665 or 7296621. OLE color: 7296621.

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

Color convert

RGB 109 86 111 -
CMYK 0.02 0.23 0 0.56
HSL 295.2º 0.13% 0.39% -
HSV(B) 295.2º 0.23% 0.44% -
XYZ 12.5 11.05 16.51 -
YUV 95.73 136.62 137.47 -
System Red Green Blue C M Y K H S L
Decimal 109 86 111 0.02 0.23 0 0.56 295.2 0.13 0.39
Hex 6D 56 6F 2 17 0 38 127 D 27
Octal 155 126 157 2 27 0 70 447 15 47
Binary 1101101 1010110 1101111 10 10111 0 111000 100100111 1101 100111

Color Harmonies of #6D566F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D566F

Black with #6D566F

Text Example


Text Example

White with #6D566F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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