Html Css Color HEX #6D517C Affair

📋 copy color: '#6D517C'

red 109 ◦ green 81 ◦ blue 124

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

Shades of Affair #6D517C

Tints of Affair #6D517C

RGB

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

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

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

R = 34.71%
G = 25.8%
B = 39.49%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6D517C (or 0x6D517C) is known color: Affair. HEX triplet: 6D, 51 and 7C. RGB value is (109,81,124). Sum of RGB (Red+Green+Blue) = 109+81+124=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 124 - color contains mainly: blue. Hex color #6D517C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D517C is #92AE83. Grayscale: #5E5E5E. Windows color (decimal): -9612932 or 8147309. OLE color: 8147309.

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

Color convert

RGB 109 81 124 -
CMYK 0.12 0.35 0 0.51
HSL 279.07º 0.21% 0.4% -
HSV(B) 279.07º 0.35% 0.49% -
XYZ 12.89 10.59 20.43 -
YUV 94.27 144.78 138.5 -
System Red Green Blue C M Y K H S L
Decimal 109 81 124 0.12 0.35 0 0.51 279.07 0.21 0.4
Hex 6D 51 7C C 23 0 33 117 15 28
Octal 155 121 174 14 43 0 63 427 25 50
Binary 1101101 1010001 1111100 1100 100011 0 110011 100010111 10101 101000

Color Harmonies of #6D517C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D517C

Black with #6D517C

Text Example


Text Example

White with #6D517C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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