Html Css Color HEX #6D557C Affair

📋 copy color: '#6D557C'

red 109 ◦ green 85 ◦ blue 124

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

Shades of Affair #6D557C

Tints of Affair #6D557C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.73%

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

R = 34.28%
G = 26.73%
B = 38.99%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6D557C (or 0x6D557C) is known color: Affair. HEX triplet: 6D, 55 and 7C. RGB value is (109,85,124). Sum of RGB (Red+Green+Blue) = 109+85+124=318 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.28% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 124 - color contains mainly: blue. Hex color #6D557C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D557C is #92AA83. Grayscale: #606060. Windows color (decimal): -9611908 or 8148333. OLE color: 8148333.

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

Color convert

RGB 109 85 124 -
CMYK 0.12 0.31 0 0.51
HSL 276.92º 0.19% 0.41% -
HSV(B) 276.92º 0.31% 0.49% -
XYZ 13.19 11.2 20.54 -
YUV 96.62 143.45 136.83 -
System Red Green Blue C M Y K H S L
Decimal 109 85 124 0.12 0.31 0 0.51 276.92 0.19 0.41
Hex 6D 55 7C C 1F 0 33 115 13 29
Octal 155 125 174 14 37 0 63 425 23 51
Binary 1101101 1010101 1111100 1100 11111 0 110011 100010101 10011 101001

Color Harmonies of #6D557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D557C

Black with #6D557C

Text Example


Text Example

White with #6D557C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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