Html Css Color HEX #6D4E76 Affair

📋 copy color: '#6D4E76'

red 109 ◦ green 78 ◦ blue 118

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

Shades of Affair #6D4E76

Tints of Affair #6D4E76

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.57%

 BLUE value IS 118 (46.48% from 255) = 38.69%

R = 35.74%
G = 25.57%
B = 38.69%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6D4E76 (or 0x6D4E76) is known color: Affair. HEX triplet: 6D, 4E and 76. RGB value is (109,78,118). Sum of RGB (Red+Green+Blue) = 109+78+118=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 118 - color contains mainly: blue. Hex color #6D4E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4E76 is #92B189. Grayscale: #5B5B5B. Windows color (decimal): -9613706 or 7753325. OLE color: 7753325.

HSL color Cylindrical-coordinate representation of color #6D4E76: hue angle of 286.5º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D4E76 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 109 78 118 -
CMYK 0.08 0.34 0 0.54
HSL 286.5º 0.2% 0.38% -
HSV(B) 286.5º 0.34% 0.46% -
XYZ 12.3 10.01 18.42 -
YUV 91.83 142.77 140.25 -
System Red Green Blue C M Y K H S L
Decimal 109 78 118 0.08 0.34 0 0.54 286.5 0.2 0.38
Hex 6D 4E 76 8 22 0 36 11E 14 26
Octal 155 116 166 10 42 0 66 436 24 46
Binary 1101101 1001110 1110110 1000 100010 0 110110 100011110 10100 100110

Color Harmonies of #6D4E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4E76

Black with #6D4E76

Text Example


Text Example

White with #6D4E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,78,118); }

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

background-color css

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

 a { background-color: rgb(109,78,118); }

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

border-color css

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

 span { border-color: rgb(109,78,118); }

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