#6D457F

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

Shades of Affair #6D457F

Tints of Affair #6D457F

Color information

#6D457F (or 0x6D457F) is unknown color: approx Affair. HEX triplet: 6D, 45 and 7F. RGB value is (109,69,127). Sum of RGB (Red+Green+Blue) = 109+69+127=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 127 - color contains mainly: blue. Hex color #6D457F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D457F is #92BA80. Grayscale: #575757. Windows color (decimal): -9616001 or 8340845. OLE color: 8340845.

HSL color Cylindrical-coordinate representation of color #6D457F: hue angle of 281.38º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D457F is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10969127-
CMYK0.140.4600.50
HSL281.38º29.59%38.43%-
HSV(B)281.38º45.67%49.8%-
XYZ12.279.0421.18-
YUV87.57150.25143.28-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.74%
GREEN value IS 69 (27.34% from 255) = 22.62%
BLUE value IS 127 (50% from 255) = 41.64%
R=35.74%
G=22.62%
B=41.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal109691270.140.4600.50281.3829.5938.43
Hex6D457FE2E0321191e26
Octal15510517716560624313646
Binary1101101100010111111111110101110011001010001100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D457F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,69,127); }

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

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

 a { background-color: rgb(109,69,127); }

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

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

 span { border-color: rgb(109,69,127); }

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