Html Css Color HEX #6D5677 Affair

📋 copy color: '#6D5677'

red 109 ◦ green 86 ◦ blue 119

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

Shades of Affair #6D5677

Tints of Affair #6D5677

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.39%

 BLUE value IS 119 (46.88% from 255) = 37.9%

R = 34.71%
G = 27.39%
B = 37.9%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6D5677 (or 0x6D5677) is known color: Affair. HEX triplet: 6D, 56 and 77. RGB value is (109,86,119). Sum of RGB (Red+Green+Blue) = 109+86+119=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 119 - color contains mainly: blue. Hex color #6D5677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5677 is #92A988. Grayscale: #606060. Windows color (decimal): -9611657 or 7820909. OLE color: 7820909.

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

Color convert

RGB 109 86 119 -
CMYK 0.08 0.28 0 0.53
HSL 281.82º 0.16% 0.4% -
HSV(B) 281.82º 0.28% 0.47% -
XYZ 12.96 11.24 18.94 -
YUV 96.64 140.62 136.82 -
System Red Green Blue C M Y K H S L
Decimal 109 86 119 0.08 0.28 0 0.53 281.82 0.16 0.4
Hex 6D 56 77 8 1C 0 35 11A 10 28
Octal 155 126 167 10 34 0 65 432 20 50
Binary 1101101 1010110 1110111 1000 11100 0 110101 100011010 10000 101000

Color Harmonies of #6D5677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5677

Black with #6D5677

Text Example


Text Example

White with #6D5677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,86,119); }

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

background-color css

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

 a { background-color: rgb(109,86,119); }

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

border-color css

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

 span { border-color: rgb(109,86,119); }

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