#6C334F

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

Shades of Flirt #6C334F

Tints of Flirt #6C334F

Color information

#6C334F (or 0x6C334F) is unknown color: approx Flirt. HEX triplet: 6C, 33 and 4F. RGB value is (108,51,79). Sum of RGB (Red+Green+Blue) = 108+51+79=238 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.38% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 108 - color contains mainly: red. Hex color #6C334F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C334F is #93CCB0. Grayscale: #474747. Windows color (decimal): -9686193 or 5190508. OLE color: 5190508.

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

Color convert

RGB1085179-
CMYK00.530.270.58
HSL330.53º35.85%31.18%-
HSV(B)330.53º52.78%42.35%-
XYZ8.786.128.12-
YUV71.24132.38154.22-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.38%
GREEN value IS 51 (20.31% from 255) = 21.43%
BLUE value IS 79 (31.25% from 255) = 33.19%
R=45.38%
G=21.43%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108517900.530.270.58330.5335.8531.18
Hex6C334F0351B3A14b241f
Octal1546311706533725134437
Binary1101100110011100111101101011101111101010100101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,51,79); }

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

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

 a { background-color: rgb(108,51,79); }

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

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

 span { border-color: rgb(108,51,79); }

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