#6C304A

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

Shades of Flirt #6C304A

Tints of Flirt #6C304A

Color information

#6C304A (or 0x6C304A) is unknown color: approx Flirt. HEX triplet: 6C, 30 and 4A. RGB value is (108,48,74). Sum of RGB (Red+Green+Blue) = 108+48+74=230 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.96% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 108 - color contains mainly: red. Hex color #6C304A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C304A is #93CFB5. Grayscale: #444444. Windows color (decimal): -9686966 or 4862060. OLE color: 4862060.

HSL color Cylindrical-coordinate representation of color #6C304A: hue angle of 334º 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 #6C304A is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB1084874-
CMYK00.560.310.58
HSL334º38.46%30.59%-
HSV(B)334º55.56%42.35%-
XYZ8.485.87.15-
YUV68.9130.88155.89-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 46.96%
GREEN value IS 48 (19.14% from 255) = 20.87%
BLUE value IS 74 (29.30% from 255) = 32.17%
R=46.96%
G=20.87%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108487400.560.310.5833438.4630.59
Hex6C304A0381F3A14e261f
Octal1546011207037725164637
Binary1101100110000100101001110001111111101010100111010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C304A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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