Html Css Color HEX #6D5578 Affair

📋 copy color: '#6D5578'

red 109 ◦ green 85 ◦ blue 120

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

Shades of Affair #6D5578

Tints of Affair #6D5578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.22%

R = 34.71%
G = 27.07%
B = 38.22%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6D5578 (or 0x6D5578) is known color: Affair. HEX triplet: 6D, 55 and 78. RGB value is (109,85,120). Sum of RGB (Red+Green+Blue) = 109+85+120=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 120 - color contains mainly: blue. Hex color #6D5578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5578 is #92AA87. Grayscale: #606060. Windows color (decimal): -9611912 or 7886189. OLE color: 7886189.

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

Color convert

RGB 109 85 120 -
CMYK 0.09 0.29 0 0.53
HSL 281.14º 0.17% 0.4% -
HSV(B) 281.14º 0.29% 0.47% -
XYZ 12.95 11.1 19.23 -
YUV 96.17 141.45 137.15 -
System Red Green Blue C M Y K H S L
Decimal 109 85 120 0.09 0.29 0 0.53 281.14 0.17 0.4
Hex 6D 55 78 9 1D 0 35 119 11 28
Octal 155 125 170 11 35 0 65 431 21 50
Binary 1101101 1010101 1111000 1001 11101 0 110101 100011001 10001 101000

Color Harmonies of #6D5578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5578

Black with #6D5578

Text Example


Text Example

White with #6D5578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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