Html Css Color HEX #6D4A8E Affair

📋 copy color: '#6D4A8E'

red 109 ◦ green 74 ◦ blue 142

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

Shades of Affair #6D4A8E

Tints of Affair #6D4A8E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.77%

 BLUE value IS 142 (55.86% from 255) = 43.69%

R = 33.54%
G = 22.77%
B = 43.69%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6D4A8E (or 0x6D4A8E) is known color: Affair. HEX triplet: 6D, 4A and 8E. RGB value is (109,74,142). Sum of RGB (Red+Green+Blue) = 109+74+142=325 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.54% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 142 - color contains mainly: blue. Hex color #6D4A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4A8E is #92B571. Grayscale: #5B5B5B. Windows color (decimal): -9614706 or 9325165. OLE color: 9325165.

HSL color Cylindrical-coordinate representation of color #6D4A8E: hue angle of 270.88º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D4A8E is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 109 74 142 -
CMYK 0.23 0.48 0 0.44
HSL 270.88º 0.31% 0.42% -
HSV(B) 270.88º 0.48% 0.56% -
XYZ 13.64 10.1 26.82 -
YUV 92.22 156.1 139.97 -
System Red Green Blue C M Y K H S L
Decimal 109 74 142 0.23 0.48 0 0.44 270.88 0.31 0.42
Hex 6D 4A 8E 17 30 0 2C 10F 1F 2A
Octal 155 112 216 27 60 0 54 417 37 52
Binary 1101101 1001010 10001110 10111 110000 0 101100 100001111 11111 101010

Color Harmonies of #6D4A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4A8E

Black with #6D4A8E

Text Example


Text Example

White with #6D4A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,74,142); }

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

background-color css

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

 a { background-color: rgb(109,74,142); }

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

border-color css

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

 span { border-color: rgb(109,74,142); }

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