Html Css Color HEX #6E487F Affair

📋 copy color: '#6E487F'

red 110 ◦ green 72 ◦ blue 127

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

Shades of Affair #6E487F

Tints of Affair #6E487F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.3%

 BLUE value IS 127 (50% from 255) = 41.1%

R = 35.6%
G = 23.3%
B = 41.1%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6E487F (or 0x6E487F) is known color: Affair. HEX triplet: 6E, 48 and 7F. RGB value is (110,72,127). Sum of RGB (Red+Green+Blue) = 110+72+127=309 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.60% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 127 - color contains mainly: blue. Hex color #6E487F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E487F is #91B780. Grayscale: #595959. Windows color (decimal): -9549697 or 8341614. OLE color: 8341614.

HSL color Cylindrical-coordinate representation of color #6E487F: hue angle of 281.45º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6E487F is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 110 72 127 -
CMYK 0.13 0.43 0 0.50
HSL 281.45º 0.28% 0.39% -
HSV(B) 281.45º 0.43% 0.5% -
XYZ 12.58 9.48 21.25 -
YUV 89.63 149.09 142.53 -
System Red Green Blue C M Y K H S L
Decimal 110 72 127 0.13 0.43 0 0.50 281.45 0.28 0.39
Hex 6E 48 7F D 2B 0 32 119 1C 27
Octal 156 110 177 15 53 0 62 431 34 47
Binary 1101110 1001000 1111111 1101 101011 0 110010 100011001 11100 100111

Color Harmonies of #6E487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E487F

Black with #6E487F

Text Example


Text Example

White with #6E487F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,72,127); }

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

background-color css

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

 a { background-color: rgb(110,72,127); }

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

border-color css

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

 span { border-color: rgb(110,72,127); }

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