Html Css Color HEX #6E597B Affair

📋 copy color: '#6E597B'

red 110 ◦ green 89 ◦ blue 123

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

Shades of Affair #6E597B

Tints of Affair #6E597B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.2%

R = 34.16%
G = 27.64%
B = 38.2%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6E597B (or 0x6E597B) is known color: Affair. HEX triplet: 6E, 59 and 7B. RGB value is (110,89,123). Sum of RGB (Red+Green+Blue) = 110+89+123=322 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.16% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 123 - color contains mainly: blue. Hex color #6E597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E597B is #91A684. Grayscale: #636363. Windows color (decimal): -9545349 or 8083822. OLE color: 8083822.

HSL color Cylindrical-coordinate representation of color #6E597B: hue angle of 277.06º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E597B is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 110 89 123 -
CMYK 0.11 0.28 0 0.52
HSL 277.06º 0.16% 0.42% -
HSV(B) 277.06º 0.28% 0.48% -
XYZ 13.58 11.89 20.32 -
YUV 99.16 141.46 135.74 -
System Red Green Blue C M Y K H S L
Decimal 110 89 123 0.11 0.28 0 0.52 277.06 0.16 0.42
Hex 6E 59 7B B 1C 0 34 115 10 2A
Octal 156 131 173 13 34 0 64 425 20 52
Binary 1101110 1011001 1111011 1011 11100 0 110100 100010101 10000 101010

Color Harmonies of #6E597B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E597B

Black with #6E597B

Text Example


Text Example

White with #6E597B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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