#6D3454

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

Shades of Flirt #6D3454

Tints of Flirt #6D3454

Color information

#6D3454 (or 0x6D3454) is unknown color: approx Flirt. HEX triplet: 6D, 34 and 54. RGB value is (109,52,84). Sum of RGB (Red+Green+Blue) = 109+52+84=245 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.49% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3454 is #92CBAB. Grayscale: #484848. Windows color (decimal): -9620396 or 5518445. OLE color: 5518445.

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

Color convert

RGB1095284-
CMYK00.520.230.57
HSL326.32º35.4%31.57%-
HSV(B)326.32º52.29%42.75%-
XYZ9.136.359.13-
YUV72.69134.38153.9-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 44.49%
GREEN value IS 52 (20.70% from 255) = 21.22%
BLUE value IS 84 (33.20% from 255) = 34.29%
R=44.49%
G=21.22%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109528400.520.230.57326.3235.431.57
Hex6D345403417391462320
Octal1556412406427715064340
Binary11011011101001010100011010010111111001101000110100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,52,84); }

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

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

 a { background-color: rgb(109,52,84); }

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

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

 span { border-color: rgb(109,52,84); }

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