Html Css Color HEX #6D556F Fedora

📋 copy color: '#6D556F'

red 109 ◦ green 85 ◦ blue 111

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

Shades of Fedora #6D556F

Tints of Fedora #6D556F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.87%

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

R = 35.74%
G = 27.87%
B = 36.39%

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

#6D556F (or 0x6D556F) is known color: Fedora. HEX triplet: 6D, 55 and 6F. RGB value is (109,85,111). Sum of RGB (Red+Green+Blue) = 109+85+111=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 111 - color contains mainly: blue. Hex color #6D556F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D556F is #92AA90. Grayscale: #5F5F5F. Windows color (decimal): -9611921 or 7296365. OLE color: 7296365.

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

Color convert

RGB 109 85 111 -
CMYK 0.02 0.23 0 0.56
HSL 295.38º 0.13% 0.38% -
HSV(B) 295.38º 0.23% 0.44% -
XYZ 12.42 10.9 16.49 -
YUV 95.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 109 85 111 0.02 0.23 0 0.56 295.38 0.13 0.38
Hex 6D 55 6F 2 17 0 38 127 D 26
Octal 155 125 157 2 27 0 70 447 15 46
Binary 1101101 1010101 1101111 10 10111 0 111000 100100111 1101 100110

Color Harmonies of #6D556F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D556F

Black with #6D556F

Text Example


Text Example

White with #6D556F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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