Html Css Color HEX #6F3149 Flirt

📋 copy color: '#6F3149'

red 111 ◦ green 49 ◦ blue 73

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

Shades of Flirt #6F3149

Tints of Flirt #6F3149

RGB

 RED value IS 111 (43.75% from 255) = 47.64%

 GREEN value IS 49 (19.53% from 255) = 21.03%

 BLUE value IS 73 (28.91% from 255) = 31.33%

R = 47.64%
G = 21.03%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#6F3149 (or 0x6F3149) is known color: Flirt. HEX triplet: 6F, 31 and 49. RGB value is (111,49,73). Sum of RGB (Red+Green+Blue) = 111+49+73=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3149 is #90CEB6. Grayscale: #464646. Windows color (decimal): -9490103 or 4796783. OLE color: 4796783.

HSL color Cylindrical-coordinate representation of color #6F3149: hue angle of 336.77º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F3149 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 49 73 -
CMYK 0 0.56 0.34 0.56
HSL 336.77º 0.39% 0.31% -
HSV(B) 336.77º 0.56% 0.44% -
XYZ 8.86 6.06 7.01 -
YUV 70.27 129.54 157.05 -
System Red Green Blue C M Y K H S L
Decimal 111 49 73 0 0.56 0.34 0.56 336.77 0.39 0.31
Hex 6F 31 49 0 38 22 38 151 27 1F
Octal 157 61 111 0 70 42 70 521 47 37
Binary 1101111 110001 1001001 0 111000 100010 111000 101010001 100111 11111

Color Harmonies of #6F3149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3149

Black with #6F3149

Text Example


Text Example

White with #6F3149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,49,73); }

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

background-color css

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

 a { background-color: rgb(111,49,73); }

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

border-color css

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

 span { border-color: rgb(111,49,73); }

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