Html Css Color HEX #6D597C Affair

📋 copy color: '#6D597C'

red 109 ◦ green 89 ◦ blue 124

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

Shades of Affair #6D597C

Tints of Affair #6D597C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.64%

 BLUE value IS 124 (48.83% from 255) = 38.51%

R = 33.85%
G = 27.64%
B = 38.51%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6D597C (or 0x6D597C) is known color: Affair. HEX triplet: 6D, 59 and 7C. RGB value is (109,89,124). Sum of RGB (Red+Green+Blue) = 109+89+124=322 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.85% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 124 - color contains mainly: blue. Hex color #6D597C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D597C is #92A683. Grayscale: #626262. Windows color (decimal): -9610884 or 8149357. OLE color: 8149357.

HSL color Cylindrical-coordinate representation of color #6D597C: hue angle of 274.29º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D597C is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 109 89 124 -
CMYK 0.12 0.28 0 0.51
HSL 274.29º 0.16% 0.42% -
HSV(B) 274.29º 0.28% 0.49% -
XYZ 13.52 11.85 20.64 -
YUV 98.97 142.13 135.15 -
System Red Green Blue C M Y K H S L
Decimal 109 89 124 0.12 0.28 0 0.51 274.29 0.16 0.42
Hex 6D 59 7C C 1C 0 33 112 10 2A
Octal 155 131 174 14 34 0 63 422 20 52
Binary 1101101 1011001 1111100 1100 11100 0 110011 100010010 10000 101010

Color Harmonies of #6D597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D597C

Black with #6D597C

Text Example


Text Example

White with #6D597C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,89,124); }

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

background-color css

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

 a { background-color: rgb(109,89,124); }

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

border-color css

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

 span { border-color: rgb(109,89,124); }

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