#6F3357

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

Shades of Flirt #6F3357

Tints of Flirt #6F3357

Color information

#6F3357 (or 0x6F3357) is unknown color: approx Flirt. HEX triplet: 6F, 33 and 57. RGB value is (111,51,87). Sum of RGB (Red+Green+Blue) = 111+51+87=249 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.58% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 87 (34.38% from 255 or 34.94% from 249); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3357 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3357 is #90CCA8. Grayscale: #484848. Windows color (decimal): -9489577 or 5714799. OLE color: 5714799.

HSL color Cylindrical-coordinate representation of color #6F3357: hue angle of 324º 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 #6F3357 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB1115187-
CMYK00.540.220.56
HSL324º37.04%31.76%-
HSV(B)324º54.05%43.53%-
XYZ9.466.449.76-
YUV73.04135.88155.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.58%
GREEN value IS 51 (20.31% from 255) = 20.48%
BLUE value IS 87 (34.38% from 255) = 34.94%
R=44.58%
G=20.48%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111518700.540.220.5632437.0431.76
Hex6F335703616381442520
Octal1576312706626705044540
Binary11011111100111010111011011010110111000101000100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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