#6F2C56

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

Shades of Flirt #6F2C56

Tints of Flirt #6F2C56

Color information

#6F2C56 (or 0x6F2C56) is unknown color: approx Flirt. HEX triplet: 6F, 2C and 56. RGB value is (111,44,86). Sum of RGB (Red+Green+Blue) = 111+44+86=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2C56 is #90D3A9. Grayscale: #444444. Windows color (decimal): -9491370 or 5647471. OLE color: 5647471.

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

Color convert

RGB1114486-
CMYK00.600.230.56
HSL322.39º43.23%30.39%-
HSV(B)322.39º60.36%43.53%-
XYZ9.145.859.45-
YUV68.82137.7158.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.06%
GREEN value IS 44 (17.58% from 255) = 18.26%
BLUE value IS 86 (33.98% from 255) = 35.68%
R=46.06%
G=18.26%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111448600.600.230.56322.3943.2330.39
Hex6F2C5603C17381422b1e
Octal1575412607427705025336
Binary1101111101100101011001111001011111100010100001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,44,86); }

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

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

 a { background-color: rgb(111,44,86); }

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

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

 span { border-color: rgb(111,44,86); }

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