#6E438D

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

Shades of Affair #6E438D

Tints of Affair #6E438D

Color information

#6E438D (or 0x6E438D) is unknown color: approx Affair. HEX triplet: 6E, 43 and 8D. RGB value is (110,67,141). Sum of RGB (Red+Green+Blue) = 110+67+141=318 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.59% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E438D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E438D is #91BC72. Grayscale: #585858. Windows color (decimal): -9550963 or 9257838. OLE color: 9257838.

HSL color Cylindrical-coordinate representation of color #6E438D: hue angle of 274.86º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E438D is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11067141-
CMYK0.220.5200.45
HSL274.86º35.58%40.78%-
HSV(B)274.86º52.48%55.29%-
XYZ13.259.2526.29-
YUV88.29157.75143.48-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.59%
GREEN value IS 67 (26.56% from 255) = 21.07%
BLUE value IS 141 (55.47% from 255) = 44.34%
R=34.59%
G=21.07%
B=44.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal110671410.220.5200.45274.8635.5840.78
Hex6E438D163402D1132429
Octal15610321526640554234451
Binary1101110100001110001101101101101000101101100010011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E438D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,67,141); }

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

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

 a { background-color: rgb(110,67,141); }

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

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

 span { border-color: rgb(110,67,141); }

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