Html Css Color HEX #6E5377 Affair

📋 copy color: '#6E5377'

red 110 ◦ green 83 ◦ blue 119

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

Shades of Affair #6E5377

Tints of Affair #6E5377

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.6%

 BLUE value IS 119 (46.88% from 255) = 38.14%

R = 35.26%
G = 26.6%
B = 38.14%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6E5377 (or 0x6E5377) is known color: Affair. HEX triplet: 6E, 53 and 77. RGB value is (110,83,119). Sum of RGB (Red+Green+Blue) = 110+83+119=312 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.26% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 119 - color contains mainly: blue. Hex color #6E5377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5377 is #91AC88. Grayscale: #5F5F5F. Windows color (decimal): -9546889 or 7820142. OLE color: 7820142.

HSL color Cylindrical-coordinate representation of color #6E5377: hue angle of 285º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E5377 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 110 83 119 -
CMYK 0.08 0.30 0 0.53
HSL 285º 0.18% 0.4% -
HSV(B) 285º 0.3% 0.47% -
XYZ 12.85 10.83 18.87 -
YUV 95.18 141.45 138.57 -
System Red Green Blue C M Y K H S L
Decimal 110 83 119 0.08 0.30 0 0.53 285 0.18 0.4
Hex 6E 53 77 8 1E 0 35 11D 12 28
Octal 156 123 167 10 36 0 65 435 22 50
Binary 1101110 1010011 1110111 1000 11110 0 110101 100011101 10010 101000

Color Harmonies of #6E5377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5377

Black with #6E5377

Text Example


Text Example

White with #6E5377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,83,119); }

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

background-color css

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

 a { background-color: rgb(110,83,119); }

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

border-color css

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

 span { border-color: rgb(110,83,119); }

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