Html Css Color HEX #6E597F Affair

📋 copy color: '#6E597F'

red 110 ◦ green 89 ◦ blue 127

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

Shades of Affair #6E597F

Tints of Affair #6E597F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.3%

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

R = 33.74%
G = 27.3%
B = 38.96%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6E597F (or 0x6E597F) is known color: Affair. HEX triplet: 6E, 59 and 7F. RGB value is (110,89,127). Sum of RGB (Red+Green+Blue) = 110+89+127=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 127 - color contains mainly: blue. Hex color #6E597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E597F is #91A680. Grayscale: #636363. Windows color (decimal): -9545345 or 8345966. OLE color: 8345966.

HSL color Cylindrical-coordinate representation of color #6E597F: hue angle of 273.16º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E597F is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 110 89 127 -
CMYK 0.13 0.30 0 0.50
HSL 273.16º 0.18% 0.42% -
HSV(B) 273.16º 0.3% 0.5% -
XYZ 13.83 11.99 21.66 -
YUV 99.61 143.46 135.41 -
System Red Green Blue C M Y K H S L
Decimal 110 89 127 0.13 0.30 0 0.50 273.16 0.18 0.42
Hex 6E 59 7F D 1E 0 32 111 12 2A
Octal 156 131 177 15 36 0 62 421 22 52
Binary 1101110 1011001 1111111 1101 11110 0 110010 100010001 10010 101010

Color Harmonies of #6E597F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E597F

Black with #6E597F

Text Example


Text Example

White with #6E597F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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