Html Css Color HEX #6E3047 Flirt

📋 copy color: '#6E3047'

red 110 ◦ green 48 ◦ blue 71

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

Shades of Flirt #6E3047

Tints of Flirt #6E3047

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.96%

 BLUE value IS 71 (28.13% from 255) = 31%

R = 48.03%
G = 20.96%
B = 31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.57

RGB Variations

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

Color information

#6E3047 (or 0x6E3047) is known color: Flirt. HEX triplet: 6E, 30 and 47. RGB value is (110,48,71). Sum of RGB (Red+Green+Blue) = 110+48+71=229 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.03% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 71 (28.12% from 255 or 31.00% from 229); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3047 is #91CFB8. Grayscale: #454545. Windows color (decimal): -9555897 or 4665454. OLE color: 4665454.

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

Color convert

RGB 110 48 71 -
CMYK 0 0.56 0.35 0.57
HSL 337.74º 0.39% 0.31% -
HSV(B) 337.74º 0.56% 0.43% -
XYZ 8.62 5.88 6.64 -
YUV 69.16 129.04 157.13 -
System Red Green Blue C M Y K H S L
Decimal 110 48 71 0 0.56 0.35 0.57 337.74 0.39 0.31
Hex 6E 30 47 0 38 23 39 152 27 1F
Octal 156 60 107 0 70 43 71 522 47 37
Binary 1101110 110000 1000111 0 111000 100011 111001 101010010 100111 11111

Color Harmonies of #6E3047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3047

Black with #6E3047

Text Example


Text Example

White with #6E3047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,48,71); }

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

background-color css

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

 a { background-color: rgb(110,48,71); }

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

border-color css

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

 span { border-color: rgb(110,48,71); }

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