#6F354C

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

Shades of Flirt #6F354C

Tints of Flirt #6F354C

Color information

#6F354C (or 0x6F354C) is unknown color: approx Flirt. HEX triplet: 6F, 35 and 4C. RGB value is (111,53,76). Sum of RGB (Red+Green+Blue) = 111+53+76=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F354C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F354C is #90CAB3. Grayscale: #484848. Windows color (decimal): -9489076 or 4994415. OLE color: 4994415.

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

Color convert

RGB1115376-
CMYK00.520.320.56
HSL336.21º35.37%32.16%-
HSV(B)336.21º52.25%43.53%-
XYZ9.136.457.6-
YUV72.96129.72155.13-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.25%
GREEN value IS 53 (21.09% from 255) = 22.08%
BLUE value IS 76 (30.08% from 255) = 31.67%
R=46.25%
G=22.08%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111537600.520.320.56336.2135.3732.16
Hex6F354C03420381502320
Octal1576511406440705204340
Binary110111111010110011000110100100000111000101010000100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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