#6F3155

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

Shades of Flirt #6F3155

Tints of Flirt #6F3155

Color information

#6F3155 (or 0x6F3155) is unknown color: approx Flirt. HEX triplet: 6F, 31 and 55. RGB value is (111,49,85). Sum of RGB (Red+Green+Blue) = 111+49+85=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3155 is #90CEAA. Grayscale: #474747. Windows color (decimal): -9490091 or 5583215. OLE color: 5583215.

HSL color Cylindrical-coordinate representation of color #6F3155: hue angle of 325.16º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F3155 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB1114985-
CMYK00.560.230.56
HSL325.16º38.75%31.37%-
HSV(B)325.16º55.86%43.53%-
XYZ9.296.239.31-
YUV71.64135.54156.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.31%
GREEN value IS 49 (19.53% from 255) = 20%
BLUE value IS 85 (33.59% from 255) = 34.69%
R=45.31%
G=20%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111498500.560.230.56325.1638.7531.37
Hex6F31550381738145271f
Octal1576112507027705054737
Binary1101111110001101010101110001011111100010100010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,49,85); }

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

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

 a { background-color: rgb(111,49,85); }

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

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

 span { border-color: rgb(111,49,85); }

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