#6F3354

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

Shades of Flirt #6F3354

Tints of Flirt #6F3354

Color information

#6F3354 (or 0x6F3354) is unknown color: approx Flirt. HEX triplet: 6F, 33 and 54. RGB value is (111,51,84). Sum of RGB (Red+Green+Blue) = 111+51+84=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 84 (33.20% from 255 or 34.15% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3354 is #90CCAB. Grayscale: #484848. Windows color (decimal): -9489580 or 5518191. OLE color: 5518191.

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

Color convert

RGB1115184-
CMYK00.540.240.56
HSL327º37.04%31.76%-
HSV(B)327º54.05%43.53%-
XYZ9.346.399.13-
YUV72.7134.38155.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.12%
GREEN value IS 51 (20.31% from 255) = 20.73%
BLUE value IS 84 (33.20% from 255) = 34.15%
R=45.12%
G=20.73%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111518400.540.240.5632737.0431.76
Hex6F335403618381472520
Octal1576312406630705074540
Binary11011111100111010100011011011000111000101000111100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,51,84); }

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

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

 a { background-color: rgb(111,51,84); }

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

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

 span { border-color: rgb(111,51,84); }

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