Html Css Color HEX #6D3355 Flirt

📋 copy color: '#6D3355'

red 109 ◦ green 51 ◦ blue 85

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

Shades of Flirt #6D3355

Tints of Flirt #6D3355

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.82%

 BLUE value IS 85 (33.59% from 255) = 34.69%

R = 44.49%
G = 20.82%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.57

RGB Variations

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

Color information

#6D3355 (or 0x6D3355) is known color: Flirt. HEX triplet: 6D, 33 and 55. RGB value is (109,51,85). Sum of RGB (Red+Green+Blue) = 109+51+85=245 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.49% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3355 is #92CCAA. Grayscale: #484848. Windows color (decimal): -9620651 or 5583725. OLE color: 5583725.

HSL color Cylindrical-coordinate representation of color #6D3355: hue angle of 324.83º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D3355 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 51 85 -
CMYK 0 0.53 0.22 0.57
HSL 324.83º 0.36% 0.31% -
HSV(B) 324.83º 0.53% 0.43% -
XYZ 9.13 6.27 9.32 -
YUV 72.22 135.22 154.24 -
System Red Green Blue C M Y K H S L
Decimal 109 51 85 0 0.53 0.22 0.57 324.83 0.36 0.31
Hex 6D 33 55 0 35 16 39 145 24 1F
Octal 155 63 125 0 65 26 71 505 44 37
Binary 1101101 110011 1010101 0 110101 10110 111001 101000101 100100 11111

Color Harmonies of #6D3355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3355

Black with #6D3355

Text Example


Text Example

White with #6D3355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,51,85); }

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

background-color css

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

 a { background-color: rgb(109,51,85); }

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

border-color css

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

 span { border-color: rgb(109,51,85); }

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