Html Css Color HEX #6D537A Affair

📋 copy color: '#6D537A'

red 109 ◦ green 83 ◦ blue 122

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

Shades of Affair #6D537A

Tints of Affair #6D537A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.43%

 BLUE value IS 122 (48.05% from 255) = 38.85%

R = 34.71%
G = 26.43%
B = 38.85%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6D537A (or 0x6D537A) is known color: Affair. HEX triplet: 6D, 53 and 7A. RGB value is (109,83,122). Sum of RGB (Red+Green+Blue) = 109+83+122=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 122 - color contains mainly: blue. Hex color #6D537A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D537A is #92AC85. Grayscale: #5F5F5F. Windows color (decimal): -9612422 or 8016749. OLE color: 8016749.

HSL color Cylindrical-coordinate representation of color #6D537A: hue angle of 280º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D537A is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 109 83 122 -
CMYK 0.11 0.32 0 0.52
HSL 280º 0.19% 0.4% -
HSV(B) 280º 0.32% 0.48% -
XYZ 12.91 10.84 19.82 -
YUV 95.22 143.11 137.83 -
System Red Green Blue C M Y K H S L
Decimal 109 83 122 0.11 0.32 0 0.52 280 0.19 0.4
Hex 6D 53 7A B 20 0 34 118 13 28
Octal 155 123 172 13 40 0 64 430 23 50
Binary 1101101 1010011 1111010 1011 100000 0 110100 100011000 10011 101000

Color Harmonies of #6D537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D537A

Black with #6D537A

Text Example


Text Example

White with #6D537A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,83,122); }

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

background-color css

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

 a { background-color: rgb(109,83,122); }

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

border-color css

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

 span { border-color: rgb(109,83,122); }

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