Html Css Color HEX #6D517A Affair

📋 copy color: '#6D517A'

red 109 ◦ green 81 ◦ blue 122

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

Shades of Affair #6D517A

Tints of Affair #6D517A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.96%

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

R = 34.94%
G = 25.96%
B = 39.1%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6D517A (or 0x6D517A) is known color: Affair. HEX triplet: 6D, 51 and 7A. RGB value is (109,81,122). Sum of RGB (Red+Green+Blue) = 109+81+122=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 122 - color contains mainly: blue. Hex color #6D517A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D517A is #92AE85. Grayscale: #5D5D5D. Windows color (decimal): -9612934 or 8016237. OLE color: 8016237.

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

Color convert

RGB 109 81 122 -
CMYK 0.11 0.34 0 0.52
HSL 280.98º 0.2% 0.4% -
HSV(B) 280.98º 0.34% 0.48% -
XYZ 12.76 10.54 19.77 -
YUV 94.05 143.78 138.67 -
System Red Green Blue C M Y K H S L
Decimal 109 81 122 0.11 0.34 0 0.52 280.98 0.2 0.4
Hex 6D 51 7A B 22 0 34 119 14 28
Octal 155 121 172 13 42 0 64 431 24 50
Binary 1101101 1010001 1111010 1011 100010 0 110100 100011001 10100 101000

Color Harmonies of #6D517A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D517A

Black with #6D517A

Text Example


Text Example

White with #6D517A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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