#6F2C53

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

Shades of Flirt #6F2C53

Tints of Flirt #6F2C53

Color information

#6F2C53 (or 0x6F2C53) is unknown color: approx Flirt. HEX triplet: 6F, 2C and 53. RGB value is (111,44,83). Sum of RGB (Red+Green+Blue) = 111+44+83=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2C53 is #90D3AC. Grayscale: #444444. Windows color (decimal): -9491373 or 5450863. OLE color: 5450863.

HSL color Cylindrical-coordinate representation of color #6F2C53: hue angle of 325.07º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F2C53 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB1114483-
CMYK00.600.250.56
HSL325.07º43.23%30.39%-
HSV(B)325.07º60.36%43.53%-
XYZ9.025.818.83-
YUV68.48136.2158.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.64%
GREEN value IS 44 (17.58% from 255) = 18.49%
BLUE value IS 83 (32.81% from 255) = 34.87%
R=46.64%
G=18.49%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111448300.600.250.56325.0743.2330.39
Hex6F2C5303C19381452b1e
Octal1575412307431705055336
Binary1101111101100101001101111001100111100010100010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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