Html Css Color HEX #6D4878 Affair

📋 copy color: '#6D4878'

red 109 ◦ green 72 ◦ blue 120

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

Shades of Affair #6D4878

Tints of Affair #6D4878

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.92%

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

R = 36.21%
G = 23.92%
B = 39.87%

CMYK

 C value IS 0.09

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6D4878 (or 0x6D4878) is known color: Affair. HEX triplet: 6D, 48 and 78. RGB value is (109,72,120). Sum of RGB (Red+Green+Blue) = 109+72+120=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 120 - color contains mainly: blue. Hex color #6D4878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4878 is #92B787. Grayscale: #585858. Windows color (decimal): -9615240 or 7882861. OLE color: 7882861.

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

Color convert

RGB 109 72 120 -
CMYK 0.09 0.40 0 0.53
HSL 286.25º 0.25% 0.38% -
HSV(B) 286.25º 0.4% 0.47% -
XYZ 12.01 9.24 18.92 -
YUV 88.54 145.76 142.6 -
System Red Green Blue C M Y K H S L
Decimal 109 72 120 0.09 0.40 0 0.53 286.25 0.25 0.38
Hex 6D 48 78 9 28 0 35 11E 19 26
Octal 155 110 170 11 50 0 65 436 31 46
Binary 1101101 1001000 1111000 1001 101000 0 110101 100011110 11001 100110

Color Harmonies of #6D4878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4878

Black with #6D4878

Text Example


Text Example

White with #6D4878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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