#6E4588

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

Shades of Affair #6E4588

Tints of Affair #6E4588

Color information

#6E4588 (or 0x6E4588) is unknown color: approx Affair. HEX triplet: 6E, 45 and 88. RGB value is (110,69,136). Sum of RGB (Red+Green+Blue) = 110+69+136=315 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.92% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 136 - color contains mainly: blue. Hex color #6E4588 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4588 is #91BA77. Grayscale: #585858. Windows color (decimal): -9550456 or 8930670. OLE color: 8930670.

HSL color Cylindrical-coordinate representation of color #6E4588: hue angle of 276.72º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E4588 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11069136-
CMYK0.190.4900.47
HSL276.72º32.68%40.2%-
HSV(B)276.72º49.26%53.33%-
XYZ139.3524.41-
YUV88.9154.58143.05-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.92%
GREEN value IS 69 (27.34% from 255) = 21.90%
BLUE value IS 136 (53.52% from 255) = 43.17%
R=34.92%
G=21.90%
B=43.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal110691360.190.4900.47276.7232.6840.2
Hex6E4588133102F1152128
Octal15610521023610574254150
Binary1101110100010110001000100111100010101111100010101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,69,136); }

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

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

 a { background-color: rgb(110,69,136); }

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

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

 span { border-color: rgb(110,69,136); }

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