#6F304D

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

Shades of Flirt #6F304D

Tints of Flirt #6F304D

Color information

#6F304D (or 0x6F304D) is unknown color: approx Flirt. HEX triplet: 6F, 30 and 4D. RGB value is (111,48,77). Sum of RGB (Red+Green+Blue) = 111+48+77=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F304D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F304D is #90CFB2. Grayscale: #464646. Windows color (decimal): -9490355 or 5058671. OLE color: 5058671.

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

Color convert

RGB1114877-
CMYK00.570.310.56
HSL332.38º39.62%31.18%-
HSV(B)332.38º56.76%43.53%-
XYZ8.956.037.71-
YUV70.14131.87157.14-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.03%
GREEN value IS 48 (19.14% from 255) = 20.34%
BLUE value IS 77 (30.47% from 255) = 32.63%
R=47.03%
G=20.34%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111487700.570.310.56332.3839.6231.18
Hex6F304D0391F3814c281f
Octal1576011507137705145037
Binary1101111110000100110101110011111111100010100110010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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