Html Css Color HEX #6E498D Affair

📋 copy color: '#6E498D'

red 110 ◦ green 73 ◦ blue 141

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

Shades of Affair #6E498D

Tints of Affair #6E498D

RGB

 RED value IS 110 (43.36% from 255) = 33.95%

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

 BLUE value IS 141 (55.47% from 255) = 43.52%

R = 33.95%
G = 22.53%
B = 43.52%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E498D (or 0x6E498D) is known color: Affair. HEX triplet: 6E, 49 and 8D. RGB value is (110,73,141). Sum of RGB (Red+Green+Blue) = 110+73+141=324 (42% of max value = 765). Red value is 110 (43.36% from 255 or 33.95% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E498D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E498D is #91B672. Grayscale: #5B5B5B. Windows color (decimal): -9549427 or 9259374. OLE color: 9259374.

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

Color convert

RGB 110 73 141 -
CMYK 0.22 0.48 0 0.45
HSL 272.65º 0.32% 0.42% -
HSV(B) 272.65º 0.48% 0.55% -
XYZ 13.62 10 26.41 -
YUV 91.82 155.76 140.97 -
System Red Green Blue C M Y K H S L
Decimal 110 73 141 0.22 0.48 0 0.45 272.65 0.32 0.42
Hex 6E 49 8D 16 30 0 2D 111 20 2A
Octal 156 111 215 26 60 0 55 421 40 52
Binary 1101110 1001001 10001101 10110 110000 0 101101 100010001 100000 101010

Color Harmonies of #6E498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E498D

Black with #6E498D

Text Example


Text Example

White with #6E498D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,73,141); }

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

background-color css

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

 a { background-color: rgb(110,73,141); }

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

border-color css

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

 span { border-color: rgb(110,73,141); }

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