Html Css Color HEX #6D344F Flirt

📋 copy color: '#6D344F'

red 109 ◦ green 52 ◦ blue 79

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

Shades of Flirt #6D344F

Tints of Flirt #6D344F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.67%

 BLUE value IS 79 (31.25% from 255) = 32.92%

R = 45.42%
G = 21.67%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6D344F (or 0x6D344F) is known color: Flirt. HEX triplet: 6D, 34 and 4F. RGB value is (109,52,79). Sum of RGB (Red+Green+Blue) = 109+52+79=240 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.42% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 109 - color contains mainly: red. Hex color #6D344F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D344F is #92CBB0. Grayscale: #484848. Windows color (decimal): -9620401 or 5190765. OLE color: 5190765.

HSL color Cylindrical-coordinate representation of color #6D344F: hue angle of 331.58º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D344F is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 52 79 -
CMYK 0 0.52 0.28 0.57
HSL 331.58º 0.35% 0.32% -
HSV(B) 331.58º 0.52% 0.43% -
XYZ 8.95 6.27 8.14 -
YUV 72.12 131.88 154.3 -
System Red Green Blue C M Y K H S L
Decimal 109 52 79 0 0.52 0.28 0.57 331.58 0.35 0.32
Hex 6D 34 4F 0 34 1C 39 14C 23 20
Octal 155 64 117 0 64 34 71 514 43 40
Binary 1101101 110100 1001111 0 110100 11100 111001 101001100 100011 100000

Color Harmonies of #6D344F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D344F

Black with #6D344F

Text Example


Text Example

White with #6D344F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,52,79); }

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

background-color css

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

 a { background-color: rgb(109,52,79); }

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

border-color css

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

 span { border-color: rgb(109,52,79); }

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