Html Css Color HEX #6D498E Affair

📋 copy color: '#6D498E'

red 109 ◦ green 73 ◦ blue 142

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

Shades of Affair #6D498E

Tints of Affair #6D498E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.53%

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

R = 33.64%
G = 22.53%
B = 43.83%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6D498E (or 0x6D498E) is known color: Affair. HEX triplet: 6D, 49 and 8E. RGB value is (109,73,142). Sum of RGB (Red+Green+Blue) = 109+73+142=324 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.64% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 142 - color contains mainly: blue. Hex color #6D498E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D498E is #92B671. Grayscale: #5B5B5B. Windows color (decimal): -9614962 or 9324909. OLE color: 9324909.

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

Color convert

RGB 109 73 142 -
CMYK 0.23 0.49 0 0.44
HSL 271.3º 0.32% 0.42% -
HSV(B) 271.3º 0.49% 0.56% -
XYZ 13.57 9.97 26.8 -
YUV 91.63 156.43 140.39 -
System Red Green Blue C M Y K H S L
Decimal 109 73 142 0.23 0.49 0 0.44 271.3 0.32 0.42
Hex 6D 49 8E 17 31 0 2C 10F 20 2A
Octal 155 111 216 27 61 0 54 417 40 52
Binary 1101101 1001001 10001110 10111 110001 0 101100 100001111 100000 101010

Color Harmonies of #6D498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D498E

Black with #6D498E

Text Example


Text Example

White with #6D498E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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