Html Css Color HEX #6D2E46 Flirt

📋 copy color: '#6D2E46'

red 109 ◦ green 46 ◦ blue 70

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

Shades of Flirt #6D2E46

Tints of Flirt #6D2E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 31.11%

R = 48.44%
G = 20.44%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.57

RGB Variations

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

Color information

#6D2E46 (or 0x6D2E46) is known color: Flirt. HEX triplet: 6D, 2E and 46. RGB value is (109,46,70). Sum of RGB (Red+Green+Blue) = 109+46+70=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2E46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2E46 is #92D1B9. Grayscale: #434343. Windows color (decimal): -9621946 or 4599405. OLE color: 4599405.

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

Color convert

RGB 109 46 70 -
CMYK 0 0.58 0.36 0.57
HSL 337.14º 0.41% 0.3% -
HSV(B) 337.14º 0.58% 0.43% -
XYZ 8.39 5.65 6.44 -
YUV 67.57 129.37 157.55 -
System Red Green Blue C M Y K H S L
Decimal 109 46 70 0 0.58 0.36 0.57 337.14 0.41 0.3
Hex 6D 2E 46 0 3A 24 39 151 29 1E
Octal 155 56 106 0 72 44 71 521 51 36
Binary 1101101 101110 1000110 0 111010 100100 111001 101010001 101001 11110

Color Harmonies of #6D2E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2E46

Black with #6D2E46

Text Example


Text Example

White with #6D2E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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