Html Css Color HEX #6D5879 Affair

📋 copy color: '#6D5879'

red 109 ◦ green 88 ◦ blue 121

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

Shades of Affair #6D5879

Tints of Affair #6D5879

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.67%

 BLUE value IS 121 (47.66% from 255) = 38.05%

R = 34.28%
G = 27.67%
B = 38.05%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6D5879 (or 0x6D5879) is known color: Affair. HEX triplet: 6D, 58 and 79. RGB value is (109,88,121). Sum of RGB (Red+Green+Blue) = 109+88+121=318 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.28% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 121 - color contains mainly: blue. Hex color #6D5879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5879 is #92A786. Grayscale: #616161. Windows color (decimal): -9611143 or 7952493. OLE color: 7952493.

HSL color Cylindrical-coordinate representation of color #6D5879: hue angle of 278.18º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D5879 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 109 88 121 -
CMYK 0.10 0.27 0 0.53
HSL 278.18º 0.16% 0.41% -
HSV(B) 278.18º 0.27% 0.47% -
XYZ 13.25 11.61 19.63 -
YUV 98.04 140.96 135.82 -
System Red Green Blue C M Y K H S L
Decimal 109 88 121 0.10 0.27 0 0.53 278.18 0.16 0.41
Hex 6D 58 79 A 1B 0 35 116 10 29
Octal 155 130 171 12 33 0 65 426 20 51
Binary 1101101 1011000 1111001 1010 11011 0 110101 100010110 10000 101001

Color Harmonies of #6D5879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5879

Black with #6D5879

Text Example


Text Example

White with #6D5879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,88,121); }

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

background-color css

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

 a { background-color: rgb(109,88,121); }

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

border-color css

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

 span { border-color: rgb(109,88,121); }

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