#6F3653

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

Shades of Flirt #6F3653

Tints of Flirt #6F3653

Color information

#6F3653 (or 0x6F3653) is unknown color: approx Flirt. HEX triplet: 6F, 36 and 53. RGB value is (111,54,83). Sum of RGB (Red+Green+Blue) = 111+54+83=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3653 is #90C9AC. Grayscale: #4A4A4A. Windows color (decimal): -9488813 or 5453423. OLE color: 5453423.

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

Color convert

RGB1115483-
CMYK00.510.250.56
HSL329.47º34.55%32.35%-
HSV(B)329.47º51.35%43.53%-
XYZ9.446.648.97-
YUV74.35132.88154.14-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.76%
GREEN value IS 54 (21.48% from 255) = 21.77%
BLUE value IS 83 (32.81% from 255) = 33.47%
R=44.76%
G=21.77%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111548300.510.250.56329.4734.5532.35
Hex6F365303319381492320
Octal1576612306331705114340
Binary11011111101101010011011001111001111000101001001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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