#6B3152

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

Shades of Flirt #6B3152

Tints of Flirt #6B3152

Color information

#6B3152 (or 0x6B3152) is unknown color: approx Flirt. HEX triplet: 6B, 31 and 52. RGB value is (107,49,82). Sum of RGB (Red+Green+Blue) = 107+49+82=238 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.96% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3152 is #94CEAD. Grayscale: #464646. Windows color (decimal): -9752238 or 5386603. OLE color: 5386603.

HSL color Cylindrical-coordinate representation of color #6B3152: hue angle of 325.86º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B3152 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB1074982-
CMYK00.540.230.58
HSL325.86º37.18%30.59%-
HSV(B)325.86º54.21%41.96%-
XYZ8.685.938.67-
YUV70.1134.72154.32-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.96%
GREEN value IS 49 (19.53% from 255) = 20.59%
BLUE value IS 82 (32.42% from 255) = 34.45%
R=44.96%
G=20.59%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107498200.540.230.58325.8637.1830.59
Hex6B3152036173A146251f
Octal1536112206627725064537
Binary1101011110001101001001101101011111101010100011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,49,82); }

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

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

 a { background-color: rgb(107,49,82); }

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

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

 span { border-color: rgb(107,49,82); }

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