#6F3057

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

Shades of Flirt #6F3057

Tints of Flirt #6F3057

Color information

#6F3057 (or 0x6F3057) is unknown color: approx Flirt. HEX triplet: 6F, 30 and 57. RGB value is (111,48,87). Sum of RGB (Red+Green+Blue) = 111+48+87=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 87 (34.38% from 255 or 35.37% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3057 is #90CFA8. Grayscale: #474747. Windows color (decimal): -9490345 or 5714031. OLE color: 5714031.

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

Color convert

RGB1114887-
CMYK00.570.220.56
HSL322.86º39.62%31.18%-
HSV(B)322.86º56.76%43.53%-
XYZ9.336.189.72-
YUV71.28136.87156.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.12%
GREEN value IS 48 (19.14% from 255) = 19.51%
BLUE value IS 87 (34.38% from 255) = 35.37%
R=45.12%
G=19.51%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111488700.570.220.56322.8639.6231.18
Hex6F30570391638143281f
Octal1576012707126705035037
Binary1101111110000101011101110011011011100010100001110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,48,87); }

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

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

 a { background-color: rgb(111,48,87); }

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

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

 span { border-color: rgb(111,48,87); }

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