#6E468B

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

Shades of Affair #6E468B

Tints of Affair #6E468B

Color information

#6E468B (or 0x6E468B) is unknown color: approx Affair. HEX triplet: 6E, 46 and 8B. RGB value is (110,70,139). Sum of RGB (Red+Green+Blue) = 110+70+139=319 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.48% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E468B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E468B is #91B974. Grayscale: #595959. Windows color (decimal): -9550197 or 9127534. OLE color: 9127534.

HSL color Cylindrical-coordinate representation of color #6E468B: hue angle of 274.78º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E468B is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11070139-
CMYK0.210.5000.45
HSL274.78º33.01%40.98%-
HSV(B)274.78º49.64%54.51%-
XYZ13.289.5625.57-
YUV89.83155.75142.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.48%
GREEN value IS 70 (27.73% from 255) = 21.94%
BLUE value IS 139 (54.69% from 255) = 43.57%
R=34.48%
G=21.94%
B=43.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal110701390.210.5000.45274.7833.0140.98
Hex6E468B153202D1132129
Octal15610621325620554234151
Binary1101110100011010001011101011100100101101100010011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,70,139); }

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

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

 a { background-color: rgb(110,70,139); }

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

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

 span { border-color: rgb(110,70,139); }

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