Html Css Color HEX #6D507C Affair

📋 copy color: '#6D507C'

red 109 ◦ green 80 ◦ blue 124

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

Shades of Affair #6D507C

Tints of Affair #6D507C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.56%

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

R = 34.82%
G = 25.56%
B = 39.62%

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

#6D507C (or 0x6D507C) is known color: Affair. HEX triplet: 6D, 50 and 7C. RGB value is (109,80,124). Sum of RGB (Red+Green+Blue) = 109+80+124=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 124 - color contains mainly: blue. Hex color #6D507C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D507C is #92AF83. Grayscale: #5D5D5D. Windows color (decimal): -9613188 or 8147053. OLE color: 8147053.

HSL color Cylindrical-coordinate representation of color #6D507C: hue angle of 279.55º degrees, saturation: 0.22, 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 #6D507C is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 109 80 124 -
CMYK 0.12 0.35 0 0.51
HSL 279.55º 0.22% 0.4% -
HSV(B) 279.55º 0.35% 0.49% -
XYZ 12.81 10.44 20.41 -
YUV 93.69 145.11 138.92 -
System Red Green Blue C M Y K H S L
Decimal 109 80 124 0.12 0.35 0 0.51 279.55 0.22 0.4
Hex 6D 50 7C C 23 0 33 118 16 28
Octal 155 120 174 14 43 0 63 430 26 50
Binary 1101101 1010000 1111100 1100 100011 0 110011 100011000 10110 101000

Color Harmonies of #6D507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D507C

Black with #6D507C

Text Example


Text Example

White with #6D507C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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