#6E497B

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

Shades of Affair #6E497B

Tints of Affair #6E497B

Color information

#6E497B (or 0x6E497B) is unknown color: approx Affair. HEX triplet: 6E, 49 and 7B. RGB value is (110,73,123). Sum of RGB (Red+Green+Blue) = 110+73+123=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 123 - color contains mainly: blue. Hex color #6E497B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E497B is #91B684. Grayscale: #595959. Windows color (decimal): -9549445 or 8079726. OLE color: 8079726.

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

Color convert

RGB11073123-
CMYK0.110.4100.52
HSL284.4º25.51%38.43%-
HSV(B)284.4º40.65%48.24%-
XYZ12.399.5119.92-
YUV89.76146.76142.43-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.95%
GREEN value IS 73 (28.91% from 255) = 23.86%
BLUE value IS 123 (48.44% from 255) = 40.20%
R=35.95%
G=23.86%
B=40.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal110731230.110.4100.52284.425.5138.43
Hex6E497BB2903411c1a26
Octal15611117313510644343246
Binary1101110100100111110111011101001011010010001110011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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