#6E458F

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

Shades of Affair #6E458F

Tints of Affair #6E458F

Color information

#6E458F (or 0x6E458F) is unknown color: approx Affair. HEX triplet: 6E, 45 and 8F. RGB value is (110,69,143). Sum of RGB (Red+Green+Blue) = 110+69+143=322 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.16% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 143 (56.25% from 255 or 44.41% from 322); Max value from RGB is 143 - color contains mainly: blue. Hex color #6E458F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E458F is #91BA70. Grayscale: #595959. Windows color (decimal): -9550449 or 9389422. OLE color: 9389422.

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

Color convert

RGB11069143-
CMYK0.230.5200.44
HSL273.24º34.91%41.57%-
HSV(B)273.24º51.75%56.08%-
XYZ13.529.5527.12-
YUV89.7158.08142.48-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.16%
GREEN value IS 69 (27.34% from 255) = 21.43%
BLUE value IS 143 (56.25% from 255) = 44.41%
R=34.16%
G=21.43%
B=44.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal110691430.230.5200.44273.2434.9141.57
Hex6E458F173402C111232a
Octal15610521727640544214352
Binary1101110100010110001111101111101000101100100010001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E458F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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