Html Css Color HEX #6D526F Fedora

📋 copy color: '#6D526F'

red 109 ◦ green 82 ◦ blue 111

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

Shades of Fedora #6D526F

Tints of Fedora #6D526F

RGB

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

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

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

R = 36.09%
G = 27.15%
B = 36.75%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6D526F (or 0x6D526F) is known color: Fedora. HEX triplet: 6D, 52 and 6F. RGB value is (109,82,111). Sum of RGB (Red+Green+Blue) = 109+82+111=302 (40% of max value = 765). Red value is 109 (42.97% from 255 or 36.09% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 111 - color contains mainly: blue. Hex color #6D526F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D526F is #92AD90. Grayscale: #5D5D5D. Windows color (decimal): -9612689 or 7295597. OLE color: 7295597.

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

Color convert

RGB 109 82 111 -
CMYK 0.02 0.26 0 0.56
HSL 295.86º 0.15% 0.38% -
HSV(B) 295.86º 0.26% 0.44% -
XYZ 12.19 10.43 16.41 -
YUV 93.38 137.95 139.14 -
System Red Green Blue C M Y K H S L
Decimal 109 82 111 0.02 0.26 0 0.56 295.86 0.15 0.38
Hex 6D 52 6F 2 1A 0 38 128 F 26
Octal 155 122 157 2 32 0 70 450 17 46
Binary 1101101 1010010 1101111 10 11010 0 111000 100101000 1111 100110

Color Harmonies of #6D526F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D526F

Black with #6D526F

Text Example


Text Example

White with #6D526F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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