Html Css Color HEX #6D597D Affair

📋 copy color: '#6D597D'

red 109 ◦ green 89 ◦ blue 125

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

Shades of Affair #6D597D

Tints of Affair #6D597D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.7%

R = 33.75%
G = 27.55%
B = 38.7%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6D597D (or 0x6D597D) is known color: Affair. HEX triplet: 6D, 59 and 7D. RGB value is (109,89,125). Sum of RGB (Red+Green+Blue) = 109+89+125=323 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.75% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 125 - color contains mainly: blue. Hex color #6D597D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D597D is #92A682. Grayscale: #626262. Windows color (decimal): -9610883 or 8214893. OLE color: 8214893.

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

Color convert

RGB 109 89 125 -
CMYK 0.13 0.29 0 0.51
HSL 273.33º 0.17% 0.42% -
HSV(B) 273.33º 0.29% 0.49% -
XYZ 13.58 11.88 20.98 -
YUV 99.08 142.63 135.07 -
System Red Green Blue C M Y K H S L
Decimal 109 89 125 0.13 0.29 0 0.51 273.33 0.17 0.42
Hex 6D 59 7D D 1D 0 33 111 11 2A
Octal 155 131 175 15 35 0 63 421 21 52
Binary 1101101 1011001 1111101 1101 11101 0 110011 100010001 10001 101010

Color Harmonies of #6D597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D597D

Black with #6D597D

Text Example


Text Example

White with #6D597D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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