#6F314C

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

Shades of Flirt #6F314C

Tints of Flirt #6F314C

Color information

#6F314C (or 0x6F314C) is unknown color: approx Flirt. HEX triplet: 6F, 31 and 4C. RGB value is (111,49,76). Sum of RGB (Red+Green+Blue) = 111+49+76=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F314C is #90CEB3. Grayscale: #464646. Windows color (decimal): -9490100 or 4993391. OLE color: 4993391.

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

Color convert

RGB1114976-
CMYK00.560.320.56
HSL333.87º38.75%31.37%-
HSV(B)333.87º55.86%43.53%-
XYZ8.966.17.54-
YUV70.62131.04156.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.03%
GREEN value IS 49 (19.53% from 255) = 20.76%
BLUE value IS 76 (30.08% from 255) = 32.20%
R=47.03%
G=20.76%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111497600.560.320.56333.8738.7531.37
Hex6F314C038203814e271f
Octal1576111407040705164737
Binary11011111100011001100011100010000011100010100111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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