Html Css Color HEX #6E518B Affair

📋 copy color: '#6E518B'

red 110 ◦ green 81 ◦ blue 139

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

Shades of Affair #6E518B

Tints of Affair #6E518B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.55%

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

R = 33.33%
G = 24.55%
B = 42.12%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E518B (or 0x6E518B) is known color: Affair. HEX triplet: 6E, 51 and 8B. RGB value is (110,81,139). Sum of RGB (Red+Green+Blue) = 110+81+139=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E518B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E518B is #91AE74. Grayscale: #606060. Windows color (decimal): -9547381 or 9130350. OLE color: 9130350.

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

Color convert

RGB 110 81 139 -
CMYK 0.21 0.42 0 0.45
HSL 270º 0.26% 0.43% -
HSV(B) 270º 0.42% 0.55% -
XYZ 14.03 11.06 25.82 -
YUV 96.28 152.11 137.78 -
System Red Green Blue C M Y K H S L
Decimal 110 81 139 0.21 0.42 0 0.45 270 0.26 0.43
Hex 6E 51 8B 15 2A 0 2D 10E 1A 2B
Octal 156 121 213 25 52 0 55 416 32 53
Binary 1101110 1010001 10001011 10101 101010 0 101101 100001110 11010 101011

Color Harmonies of #6E518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E518B

Black with #6E518B

Text Example


Text Example

White with #6E518B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,81,139); }

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

background-color css

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

 a { background-color: rgb(110,81,139); }

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

border-color css

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

 span { border-color: rgb(110,81,139); }

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