#6E547B

Color #6E547B Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #6E547B

Tints of Affair #6E547B

Color information

#6E547B (or 0x6E547B) is unknown color: approx Affair. HEX triplet: 6E, 54 and 7B. RGB value is (110,84,123). Sum of RGB (Red+Green+Blue) = 110+84+123=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 123 - color contains mainly: blue. Hex color #6E547B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E547B is #91AB84. Grayscale: #606060. Windows color (decimal): -9546629 or 8082542. OLE color: 8082542.

HSL color Cylindrical-coordinate representation of color #6E547B: hue angle of 280º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E547B is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11084123-
CMYK0.110.3200.52
HSL280º18.84%40.59%-
HSV(B)280º31.71%48.24%-
XYZ13.1811.0920.18-
YUV96.22143.11137.83-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.70%
GREEN value IS 84 (33.20% from 255) = 26.50%
BLUE value IS 123 (48.44% from 255) = 38.80%
R=34.70%
G=26.50%
B=38.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal110841230.110.3200.5228018.8440.59
Hex6E547BB200341181329
Octal15612417313400644302351
Binary1101110101010011110111011100000011010010001100010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E547B;
 }
 .AnyTagClassName
 {
   color: #6E547B;
 }
</style>
background-color css

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

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

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

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

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

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