Html Css Color HEX #6E3048 Flirt

📋 copy color: '#6E3048'

red 110 ◦ green 48 ◦ blue 72

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

Shades of Flirt #6E3048

Tints of Flirt #6E3048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 31.3%

R = 47.83%
G = 20.87%
B = 31.3%

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

#6E3048 (or 0x6E3048) is known color: Flirt. HEX triplet: 6E, 30 and 48. RGB value is (110,48,72). Sum of RGB (Red+Green+Blue) = 110+48+72=230 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.83% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 72 (28.52% from 255 or 31.30% from 230); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3048 is #91CFB7. Grayscale: #454545. Windows color (decimal): -9555896 or 4730990. OLE color: 4730990.

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

Color convert

RGB 110 48 72 -
CMYK 0 0.56 0.35 0.57
HSL 336.77º 0.39% 0.31% -
HSV(B) 336.77º 0.56% 0.43% -
XYZ 8.66 5.9 6.81 -
YUV 69.27 129.54 157.05 -
System Red Green Blue C M Y K H S L
Decimal 110 48 72 0 0.56 0.35 0.57 336.77 0.39 0.31
Hex 6E 30 48 0 38 23 39 151 27 1F
Octal 156 60 110 0 70 43 71 521 47 37
Binary 1101110 110000 1001000 0 111000 100011 111001 101010001 100111 11111

Color Harmonies of #6E3048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3048

Black with #6E3048

Text Example


Text Example

White with #6E3048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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