#6B3053

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

Shades of Flirt #6B3053

Tints of Flirt #6B3053

Color information

#6B3053 (or 0x6B3053) is unknown color: approx Flirt. HEX triplet: 6B, 30 and 53. RGB value is (107,48,83). Sum of RGB (Red+Green+Blue) = 107+48+83=238 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.96% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3053 is #94CFAC. Grayscale: #454545. Windows color (decimal): -9752493 or 5451883. OLE color: 5451883.

HSL color Cylindrical-coordinate representation of color #6B3053: hue angle of 324.41º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B3053 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB1074883-
CMYK00.550.220.58
HSL324.41º38.06%30.39%-
HSV(B)324.41º55.14%41.96%-
XYZ8.685.868.86-
YUV69.63135.55154.65-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.96%
GREEN value IS 48 (19.14% from 255) = 20.17%
BLUE value IS 83 (32.81% from 255) = 34.87%
R=44.96%
G=20.17%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107488300.550.220.58324.4138.0630.39
Hex6B3053037163A144261e
Octal1536012306726725044636
Binary1101011110000101001101101111011011101010100010010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,48,83); }

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

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

 a { background-color: rgb(107,48,83); }

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

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

 span { border-color: rgb(107,48,83); }

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