Html Css Color HEX #6E597A Affair

📋 copy color: '#6E597A'

red 110 ◦ green 89 ◦ blue 122

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

Shades of Affair #6E597A

Tints of Affair #6E597A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.01%

R = 34.27%
G = 27.73%
B = 38.01%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6E597A (or 0x6E597A) is known color: Affair. HEX triplet: 6E, 59 and 7A. RGB value is (110,89,122). Sum of RGB (Red+Green+Blue) = 110+89+122=321 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.27% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E597A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E597A is #91A685. Grayscale: #626262. Windows color (decimal): -9545350 or 8018286. OLE color: 8018286.

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

Color convert

RGB 110 89 122 -
CMYK 0.10 0.27 0 0.52
HSL 278.18º 0.16% 0.41% -
HSV(B) 278.18º 0.27% 0.48% -
XYZ 13.52 11.86 19.99 -
YUV 99.04 140.96 135.82 -
System Red Green Blue C M Y K H S L
Decimal 110 89 122 0.10 0.27 0 0.52 278.18 0.16 0.41
Hex 6E 59 7A A 1B 0 34 116 10 29
Octal 156 131 172 12 33 0 64 426 20 51
Binary 1101110 1011001 1111010 1010 11011 0 110100 100010110 10000 101001

Color Harmonies of #6E597A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E597A

Black with #6E597A

Text Example


Text Example

White with #6E597A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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