#6C2D4E

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

Shades of Flirt #6C2D4E

Tints of Flirt #6C2D4E

Color information

#6C2D4E (or 0x6C2D4E) is unknown color: approx Flirt. HEX triplet: 6C, 2D and 4E. RGB value is (108,45,78). Sum of RGB (Red+Green+Blue) = 108+45+78=231 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.75% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2D4E is #93D2B1. Grayscale: #434343. Windows color (decimal): -9687730 or 5123436. OLE color: 5123436.

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

Color convert

RGB1084578-
CMYK00.580.280.58
HSL328.57º41.18%30%-
HSV(B)328.57º58.33%42.35%-
XYZ8.55.617.84-
YUV67.6133.87156.82-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 46.75%
GREEN value IS 45 (17.97% from 255) = 19.48%
BLUE value IS 78 (30.86% from 255) = 33.77%
R=46.75%
G=19.48%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108457800.580.280.58328.5741.1830
Hex6C2D4E03A1C3A149291e
Octal1545511607234725115136
Binary1101100101101100111001110101110011101010100100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,45,78); }

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

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

 a { background-color: rgb(108,45,78); }

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

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

 span { border-color: rgb(108,45,78); }

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