Html Css Color HEX #6E547D Affair

📋 copy color: '#6E547D'

red 110 ◦ green 84 ◦ blue 125

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

Shades of Affair #6E547D

Tints of Affair #6E547D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.18%

R = 34.48%
G = 26.33%
B = 39.18%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6E547D (or 0x6E547D) is known color: Affair. HEX triplet: 6E, 54 and 7D. RGB value is (110,84,125). Sum of RGB (Red+Green+Blue) = 110+84+125=319 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.48% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 125 - color contains mainly: blue. Hex color #6E547D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E547D is #91AB82. Grayscale: #606060. Windows color (decimal): -9546627 or 8213614. OLE color: 8213614.

HSL color Cylindrical-coordinate representation of color #6E547D: hue angle of 278.05º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6E547D is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 110 84 125 -
CMYK 0.12 0.33 0 0.51
HSL 278.05º 0.2% 0.41% -
HSV(B) 278.05º 0.33% 0.49% -
XYZ 13.3 11.14 20.85 -
YUV 96.45 144.11 137.67 -
System Red Green Blue C M Y K H S L
Decimal 110 84 125 0.12 0.33 0 0.51 278.05 0.2 0.41
Hex 6E 54 7D C 21 0 33 116 14 29
Octal 156 124 175 14 41 0 63 426 24 51
Binary 1101110 1010100 1111101 1100 100001 0 110011 100010110 10100 101001

Color Harmonies of #6E547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E547D

Black with #6E547D

Text Example


Text Example

White with #6E547D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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