#6F364D

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

Shades of Flirt #6F364D

Tints of Flirt #6F364D

Color information

#6F364D (or 0x6F364D) is unknown color: approx Flirt. HEX triplet: 6F, 36 and 4D. RGB value is (111,54,77). Sum of RGB (Red+Green+Blue) = 111+54+77=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F364D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F364D is #90C9B2. Grayscale: #494949. Windows color (decimal): -9488819 or 5060207. OLE color: 5060207.

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

Color convert

RGB1115477-
CMYK00.510.310.56
HSL335.79º34.55%32.35%-
HSV(B)335.79º51.35%43.53%-
XYZ9.216.557.8-
YUV73.67129.88154.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.87%
GREEN value IS 54 (21.48% from 255) = 22.31%
BLUE value IS 77 (30.47% from 255) = 31.82%
R=45.87%
G=22.31%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111547700.510.310.56335.7934.5532.35
Hex6F364D0331F381502320
Octal1576611506337705204340
Binary11011111101101001101011001111111111000101010000100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,54,77); }

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

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

 a { background-color: rgb(111,54,77); }

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

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

 span { border-color: rgb(111,54,77); }

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