Html Css Color HEX #6E4180 Affair

📋 copy color: '#6E4180'

red 110 ◦ green 65 ◦ blue 128

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

Shades of Affair #6E4180

Tints of Affair #6E4180

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.45%

 BLUE value IS 128 (50.39% from 255) = 42.24%

R = 36.3%
G = 21.45%
B = 42.24%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6E4180 (or 0x6E4180) is known color: Affair. HEX triplet: 6E, 41 and 80. RGB value is (110,65,128). Sum of RGB (Red+Green+Blue) = 110+65+128=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 128 - color contains mainly: blue. Hex color #6E4180 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4180 is #91BE7F. Grayscale: #555555. Windows color (decimal): -9551488 or 8405358. OLE color: 8405358.

HSL color Cylindrical-coordinate representation of color #6E4180: hue angle of 282.86º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E4180 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 110 65 128 -
CMYK 0.14 0.49 0 0.50
HSL 282.86º 0.33% 0.38% -
HSV(B) 282.86º 0.49% 0.5% -
XYZ 12.22 8.65 21.45 -
YUV 85.64 151.91 145.38 -
System Red Green Blue C M Y K H S L
Decimal 110 65 128 0.14 0.49 0 0.50 282.86 0.33 0.38
Hex 6E 41 80 E 31 0 32 11B 21 26
Octal 156 101 200 16 61 0 62 433 41 46
Binary 1101110 1000001 10000000 1110 110001 0 110010 100011011 100001 100110

Color Harmonies of #6E4180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4180

Black with #6E4180

Text Example


Text Example

White with #6E4180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,65,128); }

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

background-color css

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

 a { background-color: rgb(110,65,128); }

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

border-color css

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

 span { border-color: rgb(110,65,128); }

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