#6C304F

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

Shades of Flirt #6C304F

Tints of Flirt #6C304F

Color information

#6C304F (or 0x6C304F) is unknown color: approx Flirt. HEX triplet: 6C, 30 and 4F. RGB value is (108,48,79). Sum of RGB (Red+Green+Blue) = 108+48+79=235 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.96% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 108 - color contains mainly: red. Hex color #6C304F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C304F is #93CFB0. Grayscale: #454545. Windows color (decimal): -9686961 or 5189740. OLE color: 5189740.

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

Color convert

RGB1084879-
CMYK00.560.270.58
HSL329º38.46%30.59%-
HSV(B)329º55.56%42.35%-
XYZ8.655.878.07-
YUV69.47133.38155.48-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.96%
GREEN value IS 48 (19.14% from 255) = 20.43%
BLUE value IS 79 (31.25% from 255) = 33.62%
R=45.96%
G=20.43%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108487900.560.270.5832938.4630.59
Hex6C304F0381B3A149261f
Octal1546011707033725114637
Binary1101100110000100111101110001101111101010100100110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C304F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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