Html Css Color HEX #6D5577 Affair

📋 copy color: '#6D5577'

red 109 ◦ green 85 ◦ blue 119

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

Shades of Affair #6D5577

Tints of Affair #6D5577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.02%

R = 34.82%
G = 27.16%
B = 38.02%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6D5577 (or 0x6D5577) is known color: Affair. HEX triplet: 6D, 55 and 77. RGB value is (109,85,119). Sum of RGB (Red+Green+Blue) = 109+85+119=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 119 - color contains mainly: blue. Hex color #6D5577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5577 is #92AA88. Grayscale: #5F5F5F. Windows color (decimal): -9611913 or 7820653. OLE color: 7820653.

HSL color Cylindrical-coordinate representation of color #6D5577: hue angle of 282.35º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D5577 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 109 85 119 -
CMYK 0.08 0.29 0 0.53
HSL 282.35º 0.17% 0.4% -
HSV(B) 282.35º 0.29% 0.47% -
XYZ 12.88 11.08 18.91 -
YUV 96.05 140.95 137.24 -
System Red Green Blue C M Y K H S L
Decimal 109 85 119 0.08 0.29 0 0.53 282.35 0.17 0.4
Hex 6D 55 77 8 1D 0 35 11A 11 28
Octal 155 125 167 10 35 0 65 432 21 50
Binary 1101101 1010101 1110111 1000 11101 0 110101 100011010 10001 101000

Color Harmonies of #6D5577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5577

Black with #6D5577

Text Example


Text Example

White with #6D5577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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