Html Css Color HEX #6E4487 Affair

📋 copy color: '#6E4487'

red 110 ◦ green 68 ◦ blue 135

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

Shades of Affair #6E4487

Tints of Affair #6E4487

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.73%

 BLUE value IS 135 (53.13% from 255) = 43.13%

R = 35.14%
G = 21.73%
B = 43.13%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6E4487 (or 0x6E4487) is known color: Affair. HEX triplet: 6E, 44 and 87. RGB value is (110,68,135). Sum of RGB (Red+Green+Blue) = 110+68+135=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 135 (53.12% from 255 or 43.13% from 313); Max value from RGB is 135 - color contains mainly: blue. Hex color #6E4487 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4487 is #91BB78. Grayscale: #575757. Windows color (decimal): -9550713 or 8864878. OLE color: 8864878.

HSL color Cylindrical-coordinate representation of color #6E4487: hue angle of 277.61º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E4487 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 110 68 135 -
CMYK 0.19 0.50 0 0.47
HSL 277.61º 0.33% 0.4% -
HSV(B) 277.61º 0.5% 0.53% -
XYZ 12.87 9.2 24.02 -
YUV 88.2 154.41 143.55 -
System Red Green Blue C M Y K H S L
Decimal 110 68 135 0.19 0.50 0 0.47 277.61 0.33 0.4
Hex 6E 44 87 13 32 0 2F 116 21 28
Octal 156 104 207 23 62 0 57 426 41 50
Binary 1101110 1000100 10000111 10011 110010 0 101111 100010110 100001 101000

Color Harmonies of #6E4487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4487

Black with #6E4487

Text Example


Text Example

White with #6E4487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,68,135); }

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

background-color css

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

 a { background-color: rgb(110,68,135); }

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

border-color css

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

 span { border-color: rgb(110,68,135); }

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