Html Css Color HEX #6E5179 Affair

📋 copy color: '#6E5179'

red 110 ◦ green 81 ◦ blue 121

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

Shades of Affair #6E5179

Tints of Affair #6E5179

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.96%

 BLUE value IS 121 (47.66% from 255) = 38.78%

R = 35.26%
G = 25.96%
B = 38.78%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6E5179 (or 0x6E5179) is known color: Affair. HEX triplet: 6E, 51 and 79. RGB value is (110,81,121). Sum of RGB (Red+Green+Blue) = 110+81+121=312 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.26% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 121 - color contains mainly: blue. Hex color #6E5179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5179 is #91AE86. Grayscale: #5E5E5E. Windows color (decimal): -9547399 or 7950702. OLE color: 7950702.

HSL color Cylindrical-coordinate representation of color #6E5179: hue angle of 283.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6E5179 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 110 81 121 -
CMYK 0.09 0.33 0 0.53
HSL 283.5º 0.2% 0.4% -
HSV(B) 283.5º 0.33% 0.47% -
XYZ 12.82 10.58 19.46 -
YUV 94.23 143.11 139.25 -
System Red Green Blue C M Y K H S L
Decimal 110 81 121 0.09 0.33 0 0.53 283.5 0.2 0.4
Hex 6E 51 79 9 21 0 35 11C 14 28
Octal 156 121 171 11 41 0 65 434 24 50
Binary 1101110 1010001 1111001 1001 100001 0 110101 100011100 10100 101000

Color Harmonies of #6E5179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5179

Black with #6E5179

Text Example


Text Example

White with #6E5179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,81,121); }

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

background-color css

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

 a { background-color: rgb(110,81,121); }

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

border-color css

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

 span { border-color: rgb(110,81,121); }

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