#6F3453

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

Shades of Flirt #6F3453

Tints of Flirt #6F3453

Color information

#6F3453 (or 0x6F3453) is unknown color: approx Flirt. HEX triplet: 6F, 34 and 53. RGB value is (111,52,83). Sum of RGB (Red+Green+Blue) = 111+52+83=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 83 (32.81% from 255 or 33.74% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3453 is #90CBAC. Grayscale: #494949. Windows color (decimal): -9489325 or 5452911. OLE color: 5452911.

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

Color convert

RGB1115283-
CMYK00.530.250.56
HSL328.47º36.2%31.96%-
HSV(B)328.47º53.15%43.53%-
XYZ9.346.468.94-
YUV73.18133.55154.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.12%
GREEN value IS 52 (20.70% from 255) = 21.14%
BLUE value IS 83 (32.81% from 255) = 33.74%
R=45.12%
G=21.14%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111528300.530.250.56328.4736.231.96
Hex6F345303519381482420
Octal1576412306531705104440
Binary11011111101001010011011010111001111000101001000100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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