Html Css Color HEX #6D2D4C Flirt

📋 copy color: '#6D2D4C'

red 109 ◦ green 45 ◦ blue 76

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

Shades of Flirt #6D2D4C

Tints of Flirt #6D2D4C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.57%

 BLUE value IS 76 (30.08% from 255) = 33.04%

R = 47.39%
G = 19.57%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.57

RGB Variations

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

Color information

#6D2D4C (or 0x6D2D4C) is known color: Flirt. HEX triplet: 6D, 2D and 4C. RGB value is (109,45,76). Sum of RGB (Red+Green+Blue) = 109+45+76=230 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.39% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2D4C is #92D2B3. Grayscale: #434343. Windows color (decimal): -9622196 or 4992365. OLE color: 4992365.

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

Color convert

RGB 109 45 76 -
CMYK 0 0.59 0.30 0.57
HSL 330.94º 0.42% 0.3% -
HSV(B) 330.94º 0.59% 0.43% -
XYZ 8.55 5.65 7.48 -
YUV 67.67 132.7 157.48 -
System Red Green Blue C M Y K H S L
Decimal 109 45 76 0 0.59 0.30 0.57 330.94 0.42 0.3
Hex 6D 2D 4C 0 3B 1E 39 14B 2A 1E
Octal 155 55 114 0 73 36 71 513 52 36
Binary 1101101 101101 1001100 0 111011 11110 111001 101001011 101010 11110

Color Harmonies of #6D2D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2D4C

Black with #6D2D4C

Text Example


Text Example

White with #6D2D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,45,76); }

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

background-color css

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

 a { background-color: rgb(109,45,76); }

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

border-color css

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

 span { border-color: rgb(109,45,76); }

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