Html Css Color HEX #6E334D Flirt

📋 copy color: '#6E334D'

red 110 ◦ green 51 ◦ blue 77

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

Shades of Flirt #6E334D

Tints of Flirt #6E334D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 32.35%

R = 46.22%
G = 21.43%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.3

 K value IS 0.57

RGB Variations

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

Color information

#6E334D (or 0x6E334D) is known color: Flirt. HEX triplet: 6E, 33 and 4D. RGB value is (110,51,77). Sum of RGB (Red+Green+Blue) = 110+51+77=238 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.22% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 110 - color contains mainly: red. Hex color #6E334D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E334D is #91CCB2. Grayscale: #474747. Windows color (decimal): -9555123 or 5059438. OLE color: 5059438.

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

Color convert

RGB 110 51 77 -
CMYK 0 0.54 0.3 0.57
HSL 333.56º 0.37% 0.32% -
HSV(B) 333.56º 0.54% 0.43% -
XYZ 8.95 6.22 7.75 -
YUV 71.61 131.05 155.39 -
System Red Green Blue C M Y K H S L
Decimal 110 51 77 0 0.54 0.3 0.57 333.56 0.37 0.32
Hex 6E 33 4D 0 36 1E 39 14E 25 20
Octal 156 63 115 0 66 36 71 516 45 40
Binary 1101110 110011 1001101 0 110110 11110 111001 101001110 100101 100000

Color Harmonies of #6E334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E334D

Black with #6E334D

Text Example


Text Example

White with #6E334D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,51,77); }

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

background-color css

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

 a { background-color: rgb(110,51,77); }

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

border-color css

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

 span { border-color: rgb(110,51,77); }

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