Html Css Color HEX #6D498A Affair

📋 copy color: '#6D498A'

red 109 ◦ green 73 ◦ blue 138

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

Shades of Affair #6D498A

Tints of Affair #6D498A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.13%

R = 34.06%
G = 22.81%
B = 43.13%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6D498A (or 0x6D498A) is known color: Affair. HEX triplet: 6D, 49 and 8A. RGB value is (109,73,138). Sum of RGB (Red+Green+Blue) = 109+73+138=320 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.06% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 138 - color contains mainly: blue. Hex color #6D498A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D498A is #92B675. Grayscale: #5A5A5A. Windows color (decimal): -9614966 or 9062765. OLE color: 9062765.

HSL color Cylindrical-coordinate representation of color #6D498A: hue angle of 273.23º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D498A is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 109 73 138 -
CMYK 0.21 0.47 0 0.46
HSL 273.23º 0.31% 0.41% -
HSV(B) 273.23º 0.47% 0.54% -
XYZ 13.28 9.85 25.25 -
YUV 91.17 154.43 140.71 -
System Red Green Blue C M Y K H S L
Decimal 109 73 138 0.21 0.47 0 0.46 273.23 0.31 0.41
Hex 6D 49 8A 15 2F 0 2E 111 1F 29
Octal 155 111 212 25 57 0 56 421 37 51
Binary 1101101 1001001 10001010 10101 101111 0 101110 100010001 11111 101001

Color Harmonies of #6D498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D498A

Black with #6D498A

Text Example


Text Example

White with #6D498A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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