Html Css Color HEX #6E2E51 Flirt

📋 copy color: '#6E2E51'

red 110 ◦ green 46 ◦ blue 81

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

Shades of Flirt #6E2E51

Tints of Flirt #6E2E51

RGB

 RED value IS 110 (43.36% from 255) = 46.41%

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

 BLUE value IS 81 (32.03% from 255) = 34.18%

R = 46.41%
G = 19.41%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.57

RGB Variations

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

Color information

#6E2E51 (or 0x6E2E51) is known color: Flirt. HEX triplet: 6E, 2E and 51. RGB value is (110,46,81). Sum of RGB (Red+Green+Blue) = 110+46+81=237 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.41% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 81 (32.03% from 255 or 34.18% from 237); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2E51 is #91D1AE. Grayscale: #454545. Windows color (decimal): -9556399 or 5320302. OLE color: 5320302.

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

Color convert

RGB 110 46 81 -
CMYK 0 0.58 0.26 0.57
HSL 327.19º 0.41% 0.31% -
HSV(B) 327.19º 0.58% 0.43% -
XYZ 8.89 5.86 8.45 -
YUV 69.13 134.7 157.15 -
System Red Green Blue C M Y K H S L
Decimal 110 46 81 0 0.58 0.26 0.57 327.19 0.41 0.31
Hex 6E 2E 51 0 3A 1A 39 147 29 1F
Octal 156 56 121 0 72 32 71 507 51 37
Binary 1101110 101110 1010001 0 111010 11010 111001 101000111 101001 11111

Color Harmonies of #6E2E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2E51

Black with #6E2E51

Text Example


Text Example

White with #6E2E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,46,81); }

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

background-color css

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

 a { background-color: rgb(110,46,81); }

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

border-color css

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

 span { border-color: rgb(110,46,81); }

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