#6F304C

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

Shades of Flirt #6F304C

Tints of Flirt #6F304C

Color information

#6F304C (or 0x6F304C) is unknown color: approx Flirt. HEX triplet: 6F, 30 and 4C. RGB value is (111,48,76). Sum of RGB (Red+Green+Blue) = 111+48+76=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 111 - color contains mainly: red. Hex color #6F304C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F304C is #90CFB3. Grayscale: #454545. Windows color (decimal): -9490356 or 4993135. OLE color: 4993135.

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

Color convert

RGB1114876-
CMYK00.570.320.56
HSL333.33º39.62%31.18%-
HSV(B)333.33º56.76%43.53%-
XYZ8.926.027.53-
YUV70.03131.37157.22-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.23%
GREEN value IS 48 (19.14% from 255) = 20.43%
BLUE value IS 76 (30.08% from 255) = 32.34%
R=47.23%
G=20.43%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111487600.570.320.56333.3339.6231.18
Hex6F304C039203814d281f
Octal1576011407140705155037
Binary11011111100001001100011100110000011100010100110110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F304C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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