Html Css Color HEX #6E3253 Flirt

📋 copy color: '#6E3253'

red 110 ◦ green 50 ◦ blue 83

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

Shades of Flirt #6E3253

Tints of Flirt #6E3253

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.58%

 BLUE value IS 83 (32.81% from 255) = 34.16%

R = 45.27%
G = 20.58%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#6E3253 (or 0x6E3253) is known color: Flirt. HEX triplet: 6E, 32 and 53. RGB value is (110,50,83). Sum of RGB (Red+Green+Blue) = 110+50+83=243 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.27% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3253 is #91CDAC. Grayscale: #474747. Windows color (decimal): -9555373 or 5452398. OLE color: 5452398.

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

Color convert

RGB 110 50 83 -
CMYK 0 0.55 0.25 0.57
HSL 327º 0.38% 0.31% -
HSV(B) 327º 0.55% 0.43% -
XYZ 9.13 6.22 8.9 -
YUV 71.7 134.38 155.32 -
System Red Green Blue C M Y K H S L
Decimal 110 50 83 0 0.55 0.25 0.57 327 0.38 0.31
Hex 6E 32 53 0 37 19 39 147 26 1F
Octal 156 62 123 0 67 31 71 507 46 37
Binary 1101110 110010 1010011 0 110111 11001 111001 101000111 100110 11111

Color Harmonies of #6E3253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3253

Black with #6E3253

Text Example


Text Example

White with #6E3253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,50,83); }

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

background-color css

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

 a { background-color: rgb(110,50,83); }

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

border-color css

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

 span { border-color: rgb(110,50,83); }

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