Html Css Color HEX #6E2B4A Flirt

📋 copy color: '#6E2B4A'

red 110 ◦ green 43 ◦ blue 74

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

Shades of Flirt #6E2B4A

Tints of Flirt #6E2B4A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.94%

 BLUE value IS 74 (29.3% from 255) = 32.6%

R = 48.46%
G = 18.94%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.57

RGB Variations

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

Color information

#6E2B4A (or 0x6E2B4A) is known color: Flirt. HEX triplet: 6E, 2B and 4A. RGB value is (110,43,74). Sum of RGB (Red+Green+Blue) = 110+43+74=227 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.46% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2B4A is #91D4B5. Grayscale: #424242. Windows color (decimal): -9557174 or 4860782. OLE color: 4860782.

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

Color convert

RGB 110 43 74 -
CMYK 0 0.61 0.33 0.57
HSL 332.24º 0.44% 0.3% -
HSV(B) 332.24º 0.61% 0.43% -
XYZ 8.53 5.54 7.1 -
YUV 66.57 132.2 158.98 -
System Red Green Blue C M Y K H S L
Decimal 110 43 74 0 0.61 0.33 0.57 332.24 0.44 0.3
Hex 6E 2B 4A 0 3D 21 39 14C 2C 1E
Octal 156 53 112 0 75 41 71 514 54 36
Binary 1101110 101011 1001010 0 111101 100001 111001 101001100 101100 11110

Color Harmonies of #6E2B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2B4A

Black with #6E2B4A

Text Example


Text Example

White with #6E2B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,43,74); }

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

background-color css

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

 a { background-color: rgb(110,43,74); }

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

border-color css

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

 span { border-color: rgb(110,43,74); }

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