#6E428A

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

Shades of Affair #6E428A

Tints of Affair #6E428A

Color information

#6E428A (or 0x6E428A) is unknown color: approx Affair. HEX triplet: 6E, 42 and 8A. RGB value is (110,66,138). Sum of RGB (Red+Green+Blue) = 110+66+138=314 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.03% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 138 - color contains mainly: blue. Hex color #6E428A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E428A is #91BD75. Grayscale: #575757. Windows color (decimal): -9551222 or 9060974. OLE color: 9060974.

HSL color Cylindrical-coordinate representation of color #6E428A: hue angle of 276.67º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E428A is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11066138-
CMYK0.200.5200.46
HSL276.67º35.29%40%-
HSV(B)276.67º52.17%54.12%-
XYZ12.979.0525.11-
YUV87.36156.58144.15-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.03%
GREEN value IS 66 (26.17% from 255) = 21.02%
BLUE value IS 138 (54.30% from 255) = 43.95%
R=35.03%
G=21.02%
B=43.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal110661380.200.5200.46276.6735.2940
Hex6E428A143402E1152328
Octal15610221224640564254350
Binary1101110100001010001010101001101000101110100010101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,66,138); }

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

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

 a { background-color: rgb(110,66,138); }

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

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

 span { border-color: rgb(110,66,138); }

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