Html Css Color HEX #6A498B Affair

📋 copy color: '#6A498B'

red 106 ◦ green 73 ◦ blue 139

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

Shades of Affair #6A498B

Tints of Affair #6A498B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.71%

R = 33.33%
G = 22.96%
B = 43.71%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6A498B (or 0x6A498B) is known color: Affair. HEX triplet: 6A, 49 and 8B. RGB value is (106,73,139). Sum of RGB (Red+Green+Blue) = 106+73+139=318 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.33% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #6A498B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A498B is #95B674. Grayscale: #5A5A5A. Windows color (decimal): -9811573 or 9128298. OLE color: 9128298.

HSL color Cylindrical-coordinate representation of color #6A498B: hue angle of 270º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6A498B is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 106 73 139 -
CMYK 0.24 0.47 0 0.45
HSL 270º 0.31% 0.42% -
HSV(B) 270º 0.47% 0.55% -
XYZ 12.99 9.69 25.61 -
YUV 90.39 155.43 139.13 -
System Red Green Blue C M Y K H S L
Decimal 106 73 139 0.24 0.47 0 0.45 270 0.31 0.42
Hex 6A 49 8B 18 2F 0 2D 10E 1F 2A
Octal 152 111 213 30 57 0 55 416 37 52
Binary 1101010 1001001 10001011 11000 101111 0 101101 100001110 11111 101010

Color Harmonies of #6A498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A498B

Black with #6A498B

Text Example


Text Example

White with #6A498B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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