Html Css Color HEX #6E2D4F Flirt

📋 copy color: '#6E2D4F'

red 110 ◦ green 45 ◦ blue 79

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

Shades of Flirt #6E2D4F

Tints of Flirt #6E2D4F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.23%

 BLUE value IS 79 (31.25% from 255) = 33.76%

R = 47.01%
G = 19.23%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6E2D4F (or 0x6E2D4F) is known color: Flirt. HEX triplet: 6E, 2D and 4F. RGB value is (110,45,79). Sum of RGB (Red+Green+Blue) = 110+45+79=234 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.01% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2D4F is #91D2B0. Grayscale: #444444. Windows color (decimal): -9556657 or 5188974. OLE color: 5188974.

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

Color convert

RGB 110 45 79 -
CMYK 0 0.59 0.28 0.57
HSL 328.62º 0.42% 0.3% -
HSV(B) 328.62º 0.59% 0.43% -
XYZ 8.78 5.76 8.05 -
YUV 68.31 134.03 157.74 -
System Red Green Blue C M Y K H S L
Decimal 110 45 79 0 0.59 0.28 0.57 328.62 0.42 0.3
Hex 6E 2D 4F 0 3B 1C 39 149 2A 1E
Octal 156 55 117 0 73 34 71 511 52 36
Binary 1101110 101101 1001111 0 111011 11100 111001 101001001 101010 11110

Color Harmonies of #6E2D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2D4F

Black with #6E2D4F

Text Example


Text Example

White with #6E2D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,45,79); }

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

background-color css

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

 a { background-color: rgb(110,45,79); }

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

border-color css

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

 span { border-color: rgb(110,45,79); }

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