#6E3351

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

Shades of Flirt #6E3351

Tints of Flirt #6E3351

Color information

#6E3351 (or 0x6E3351) is unknown color: approx Flirt. HEX triplet: 6E, 33 and 51. RGB value is (110,51,81). Sum of RGB (Red+Green+Blue) = 110+51+81=242 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.45% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3351 is #91CCAE. Grayscale: #484848. Windows color (decimal): -9555119 or 5321582. OLE color: 5321582.

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

Color convert

RGB1105181-
CMYK00.540.260.57
HSL329.49º36.65%31.57%-
HSV(B)329.49º53.64%43.14%-
XYZ9.16.288.52-
YUV72.06133.05155.06-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 45.45%
GREEN value IS 51 (20.31% from 255) = 21.07%
BLUE value IS 81 (32.03% from 255) = 33.47%
R=45.45%
G=21.07%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110518100.540.260.57329.4936.6531.57
Hex6E33510361A391492520
Octal1566312106632715114540
Binary11011101100111010001011011011010111001101001001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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