#6C2D4D

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

Shades of Flirt #6C2D4D

Tints of Flirt #6C2D4D

Color information

#6C2D4D (or 0x6C2D4D) is unknown color: approx Flirt. HEX triplet: 6C, 2D and 4D. RGB value is (108,45,77). Sum of RGB (Red+Green+Blue) = 108+45+77=230 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.96% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2D4D is #93D2B2. Grayscale: #434343. Windows color (decimal): -9687731 or 5057900. OLE color: 5057900.

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

Color convert

RGB1084577-
CMYK00.580.290.58
HSL329.52º41.18%30%-
HSV(B)329.52º58.33%42.35%-
XYZ8.465.67.66-
YUV67.48133.37156.9-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 46.96%
GREEN value IS 45 (17.97% from 255) = 19.57%
BLUE value IS 77 (30.47% from 255) = 33.48%
R=46.96%
G=19.57%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108457700.580.290.58329.5241.1830
Hex6C2D4D03A1D3A14a291e
Octal1545511507235725125136
Binary1101100101101100110101110101110111101010100101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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