Html Css Color HEX #6E334C Flirt

📋 copy color: '#6E334C'

red 110 ◦ green 51 ◦ blue 76

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

Shades of Flirt #6E334C

Tints of Flirt #6E334C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 32.07%

R = 46.41%
G = 21.52%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#6E334C (or 0x6E334C) is known color: Flirt. HEX triplet: 6E, 33 and 4C. RGB value is (110,51,76). Sum of RGB (Red+Green+Blue) = 110+51+76=237 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.41% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 110 - color contains mainly: red. Hex color #6E334C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E334C is #91CCB3. Grayscale: #474747. Windows color (decimal): -9555124 or 4993902. OLE color: 4993902.

HSL color Cylindrical-coordinate representation of color #6E334C: hue angle of 334.58º 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 #6E334C is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 51 76 -
CMYK 0 0.54 0.31 0.57
HSL 334.58º 0.37% 0.32% -
HSV(B) 334.58º 0.54% 0.43% -
XYZ 8.92 6.2 7.56 -
YUV 71.49 130.55 155.47 -
System Red Green Blue C M Y K H S L
Decimal 110 51 76 0 0.54 0.31 0.57 334.58 0.37 0.32
Hex 6E 33 4C 0 36 1F 39 14F 25 20
Octal 156 63 114 0 66 37 71 517 45 40
Binary 1101110 110011 1001100 0 110110 11111 111001 101001111 100101 100000

Color Harmonies of #6E334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E334C

Black with #6E334C

Text Example


Text Example

White with #6E334C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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