Html Css Color HEX #6D2E52 Flirt

📋 copy color: '#6D2E52'

red 109 ◦ green 46 ◦ blue 82

#6D2E52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flirt #6D2E52

Tints of Flirt #6D2E52

RGB

 RED value IS 109 (42.97% from 255) = 45.99%

 GREEN value IS 46 (18.36% from 255) = 19.41%

 BLUE value IS 82 (32.42% from 255) = 34.6%

R = 45.99%
G = 19.41%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#6D2E52 (or 0x6D2E52) is known color: Flirt. HEX triplet: 6D, 2E and 52. RGB value is (109,46,82). Sum of RGB (Red+Green+Blue) = 109+46+82=237 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.99% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2E52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2E52 is #92D1AD. Grayscale: #444444. Windows color (decimal): -9621934 or 5385837. OLE color: 5385837.

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

Color convert

RGB 109 46 82 -
CMYK 0 0.58 0.25 0.57
HSL 325.71º 0.41% 0.3% -
HSV(B) 325.71º 0.58% 0.43% -
XYZ 8.81 5.81 8.64 -
YUV 68.94 135.37 156.57 -
System Red Green Blue C M Y K H S L
Decimal 109 46 82 0 0.58 0.25 0.57 325.71 0.41 0.3
Hex 6D 2E 52 0 3A 19 39 146 29 1E
Octal 155 56 122 0 72 31 71 506 51 36
Binary 1101101 101110 1010010 0 111010 11001 111001 101000110 101001 11110

Color Harmonies of #6D2E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2E52

Black with #6D2E52

Text Example


Text Example

White with #6D2E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,46,82); }

 H1.HeaderClassName
 {
   color: #6D2E52;
 }
 .AnyTagClassName
 {
   color: #6D2E52;
 }
</style>

background-color css

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

 a { background-color: rgb(109,46,82); }

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

border-color css

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

 span { border-color: rgb(109,46,82); }

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