Html Css Color HEX #6E577C Affair

📋 copy color: '#6E577C'

red 110 ◦ green 87 ◦ blue 124

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

Shades of Affair #6E577C

Tints of Affair #6E577C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.1%

 BLUE value IS 124 (48.83% from 255) = 38.63%

R = 34.27%
G = 27.1%
B = 38.63%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6E577C (or 0x6E577C) is known color: Affair. HEX triplet: 6E, 57 and 7C. RGB value is (110,87,124). Sum of RGB (Red+Green+Blue) = 110+87+124=321 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.27% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E577C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E577C is #91A883. Grayscale: #616161. Windows color (decimal): -9545860 or 8148846. OLE color: 8148846.

HSL color Cylindrical-coordinate representation of color #6E577C: hue angle of 277.3º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E577C is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 110 87 124 -
CMYK 0.11 0.30 0 0.51
HSL 277.3º 0.18% 0.41% -
HSV(B) 277.3º 0.3% 0.49% -
XYZ 13.48 11.59 20.59 -
YUV 98.1 142.62 136.49 -
System Red Green Blue C M Y K H S L
Decimal 110 87 124 0.11 0.30 0 0.51 277.3 0.18 0.41
Hex 6E 57 7C B 1E 0 33 115 12 29
Octal 156 127 174 13 36 0 63 425 22 51
Binary 1101110 1010111 1111100 1011 11110 0 110011 100010101 10010 101001

Color Harmonies of #6E577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E577C

Black with #6E577C

Text Example


Text Example

White with #6E577C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,87,124); }

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

background-color css

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

 a { background-color: rgb(110,87,124); }

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

border-color css

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

 span { border-color: rgb(110,87,124); }

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