#6C2F4E

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

Shades of Flirt #6C2F4E

Tints of Flirt #6C2F4E

Color information

#6C2F4E (or 0x6C2F4E) is unknown color: approx Flirt. HEX triplet: 6C, 2F and 4E. RGB value is (108,47,78). Sum of RGB (Red+Green+Blue) = 108+47+78=233 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.35% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2F4E is #93D0B1. Grayscale: #444444. Windows color (decimal): -9687218 or 5123948. OLE color: 5123948.

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

Color convert

RGB1084778-
CMYK00.560.280.58
HSL329.51º39.35%30.39%-
HSV(B)329.51º56.48%42.35%-
XYZ8.585.777.87-
YUV68.77133.21155.98-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 46.35%
GREEN value IS 47 (18.75% from 255) = 20.17%
BLUE value IS 78 (30.86% from 255) = 33.48%
R=46.35%
G=20.17%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108477800.560.280.58329.5139.3530.39
Hex6C2F4E0381C3A14a271e
Octal1545711607034725124736
Binary1101100101111100111001110001110011101010100101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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