#6A314E

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

Shades of Flirt #6A314E

Tints of Flirt #6A314E

Color information

#6A314E (or 0x6A314E) is unknown color: approx Flirt. HEX triplet: 6A, 31 and 4E. RGB value is (106,49,78). Sum of RGB (Red+Green+Blue) = 106+49+78=233 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.49% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 106 - color contains mainly: red. Hex color #6A314E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A314E is #95CEB1. Grayscale: #454545. Windows color (decimal): -9817778 or 5124458. OLE color: 5124458.

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

Color convert

RGB1064978-
CMYK00.540.260.58
HSL329.47º36.77%30.39%-
HSV(B)329.47º53.77%41.57%-
XYZ8.425.817.89-
YUV69.35132.88154.14-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.49%
GREEN value IS 49 (19.53% from 255) = 21.03%
BLUE value IS 78 (30.86% from 255) = 33.48%
R=45.49%
G=21.03%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106497800.540.260.58329.4736.7730.39
Hex6A314E0361A3A149251e
Octal1526111606632725114536
Binary1101010110001100111001101101101011101010100100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,49,78); }

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

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

 a { background-color: rgb(106,49,78); }

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

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

 span { border-color: rgb(106,49,78); }

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