#6E488E

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

Shades of Affair #6E488E

Tints of Affair #6E488E

Color information

#6E488E (or 0x6E488E) is unknown color: approx Affair. HEX triplet: 6E, 48 and 8E. RGB value is (110,72,142). Sum of RGB (Red+Green+Blue) = 110+72+142=324 (42% of max value = 765). Red value is 110 (43.36% from 255 or 33.95% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 142 - color contains mainly: blue. Hex color #6E488E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E488E is #91B771. Grayscale: #5B5B5B. Windows color (decimal): -9549682 or 9324654. OLE color: 9324654.

HSL color Cylindrical-coordinate representation of color #6E488E: hue angle of 272.57º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E488E is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11072142-
CMYK0.230.4900.44
HSL272.57º32.71%41.96%-
HSV(B)272.57º49.3%55.69%-
XYZ13.639.926.78-
YUV91.34156.59141.31-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.95%
GREEN value IS 72 (28.52% from 255) = 22.22%
BLUE value IS 142 (55.86% from 255) = 43.83%
R=33.95%
G=22.22%
B=43.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal110721420.230.4900.44272.5732.7141.96
Hex6E488E173102C111212a
Octal15611021627610544214152
Binary1101110100100010001110101111100010101100100010001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E488E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,72,142); }

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

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

 a { background-color: rgb(110,72,142); }

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

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

 span { border-color: rgb(110,72,142); }

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