Html Css Color HEX #6E5479 Affair

📋 copy color: '#6E5479'

red 110 ◦ green 84 ◦ blue 121

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

Shades of Affair #6E5479

Tints of Affair #6E5479

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.67%

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

R = 34.92%
G = 26.67%
B = 38.41%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6E5479 (or 0x6E5479) is known color: Affair. HEX triplet: 6E, 54 and 79. RGB value is (110,84,121). Sum of RGB (Red+Green+Blue) = 110+84+121=315 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.92% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 121 - color contains mainly: blue. Hex color #6E5479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5479 is #91AB86. Grayscale: #5F5F5F. Windows color (decimal): -9546631 or 7951470. OLE color: 7951470.

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

Color convert

RGB 110 84 121 -
CMYK 0.09 0.31 0 0.53
HSL 282.16º 0.18% 0.4% -
HSV(B) 282.16º 0.31% 0.47% -
XYZ 13.05 11.04 19.53 -
YUV 95.99 142.11 137.99 -
System Red Green Blue C M Y K H S L
Decimal 110 84 121 0.09 0.31 0 0.53 282.16 0.18 0.4
Hex 6E 54 79 9 1F 0 35 11A 12 28
Octal 156 124 171 11 37 0 65 432 22 50
Binary 1101110 1010100 1111001 1001 11111 0 110101 100011010 10010 101000

Color Harmonies of #6E5479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5479

Black with #6E5479

Text Example


Text Example

White with #6E5479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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