Html Css Color HEX #6A498A Affair

📋 copy color: '#6A498A'

red 106 ◦ green 73 ◦ blue 138

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

Shades of Affair #6A498A

Tints of Affair #6A498A

RGB

 RED value IS 106 (41.8% from 255) = 33.44%

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

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

R = 33.44%
G = 23.03%
B = 43.53%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6A498A (or 0x6A498A) is known color: Affair. HEX triplet: 6A, 49 and 8A. RGB value is (106,73,138). Sum of RGB (Red+Green+Blue) = 106+73+138=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 138 - color contains mainly: blue. Hex color #6A498A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A498A is #95B675. Grayscale: #5A5A5A. Windows color (decimal): -9811574 or 9062762. OLE color: 9062762.

HSL color Cylindrical-coordinate representation of color #6A498A: hue angle of 270.46º 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 #6A498A is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 106 73 138 -
CMYK 0.23 0.47 0 0.46
HSL 270.46º 0.31% 0.41% -
HSV(B) 270.46º 0.47% 0.54% -
XYZ 12.91 9.66 25.23 -
YUV 90.28 154.93 139.21 -
System Red Green Blue C M Y K H S L
Decimal 106 73 138 0.23 0.47 0 0.46 270.46 0.31 0.41
Hex 6A 49 8A 17 2F 0 2E 10E 1F 29
Octal 152 111 212 27 57 0 56 416 37 51
Binary 1101010 1001001 10001010 10111 101111 0 101110 100001110 11111 101001

Color Harmonies of #6A498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A498A

Black with #6A498A

Text Example


Text Example

White with #6A498A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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