#6F2A4C

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

Shades of Flirt #6F2A4C

Tints of Flirt #6F2A4C

Color information

#6F2A4C (or 0x6F2A4C) is unknown color: approx Flirt. HEX triplet: 6F, 2A and 4C. RGB value is (111,42,76). Sum of RGB (Red+Green+Blue) = 111+42+76=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2A4C is #90D5B3. Grayscale: #424242. Windows color (decimal): -9491892 or 4991599. OLE color: 4991599.

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

Color convert

RGB1114276-
CMYK00.620.320.56
HSL330.43º45.1%30%-
HSV(B)330.43º62.16%43.53%-
XYZ8.695.567.45-
YUV66.51133.36159.74-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.47%
GREEN value IS 42 (16.80% from 255) = 18.34%
BLUE value IS 76 (30.08% from 255) = 33.19%
R=48.47%
G=18.34%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111427600.620.320.56330.4345.130
Hex6F2A4C03E203814a2d1e
Octal1575211407640705125536
Binary11011111010101001100011111010000011100010100101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,42,76); }

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

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

 a { background-color: rgb(111,42,76); }

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

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

 span { border-color: rgb(111,42,76); }

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