#6E3451

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

Shades of Flirt #6E3451

Tints of Flirt #6E3451

Color information

#6E3451 (or 0x6E3451) is unknown color: approx Flirt. HEX triplet: 6E, 34 and 51. RGB value is (110,52,81). Sum of RGB (Red+Green+Blue) = 110+52+81=243 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.27% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3451 is #91CBAE. Grayscale: #484848. Windows color (decimal): -9554863 or 5321838. OLE color: 5321838.

HSL color Cylindrical-coordinate representation of color #6E3451: hue angle of 330º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E3451 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB1105281-
CMYK00.530.260.57
HSL330º35.8%31.76%-
HSV(B)330º52.73%43.14%-
XYZ9.146.378.53-
YUV72.65132.72154.64-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 45.27%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 81 (32.03% from 255) = 33.33%
R=45.27%
G=21.40%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110528100.530.260.5733035.831.76
Hex6E34510351A3914a2420
Octal1566412106532715124440
Binary11011101101001010001011010111010111001101001010100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,52,81); }

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

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

 a { background-color: rgb(110,52,81); }

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

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

 span { border-color: rgb(110,52,81); }

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