#6F3452

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

Shades of Flirt #6F3452

Tints of Flirt #6F3452

Color information

#6F3452 (or 0x6F3452) is unknown color: approx Flirt. HEX triplet: 6F, 34 and 52. RGB value is (111,52,82). Sum of RGB (Red+Green+Blue) = 111+52+82=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3452 is #90CBAD. Grayscale: #494949. Windows color (decimal): -9489326 or 5387375. OLE color: 5387375.

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

Color convert

RGB1115282-
CMYK00.530.260.56
HSL329.49º36.2%31.96%-
HSV(B)329.49º53.15%43.53%-
XYZ9.316.448.74-
YUV73.06133.05155.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.31%
GREEN value IS 52 (20.70% from 255) = 21.22%
BLUE value IS 82 (32.42% from 255) = 33.47%
R=45.31%
G=21.22%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111528200.530.260.56329.4936.231.96
Hex6F34520351A381492420
Octal1576412206532705114440
Binary11011111101001010010011010111010111000101001001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,52,82); }

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

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

 a { background-color: rgb(111,52,82); }

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

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

 span { border-color: rgb(111,52,82); }

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