Html Css Color HEX #6E3256 Flirt

📋 copy color: '#6E3256'

red 110 ◦ green 50 ◦ blue 86

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

Shades of Flirt #6E3256

Tints of Flirt #6E3256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 34.96%

R = 44.72%
G = 20.33%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.57

RGB Variations

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

Color information

#6E3256 (or 0x6E3256) is known color: Flirt. HEX triplet: 6E, 32 and 56. RGB value is (110,50,86). Sum of RGB (Red+Green+Blue) = 110+50+86=246 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.72% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3256 is #91CDA9. Grayscale: #474747. Windows color (decimal): -9555370 or 5649006. OLE color: 5649006.

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

Color convert

RGB 110 50 86 -
CMYK 0 0.55 0.22 0.57
HSL 324º 0.38% 0.31% -
HSV(B) 324º 0.55% 0.43% -
XYZ 9.25 6.27 9.53 -
YUV 72.04 135.88 155.07 -
System Red Green Blue C M Y K H S L
Decimal 110 50 86 0 0.55 0.22 0.57 324 0.38 0.31
Hex 6E 32 56 0 37 16 39 144 26 1F
Octal 156 62 126 0 67 26 71 504 46 37
Binary 1101110 110010 1010110 0 110111 10110 111001 101000100 100110 11111

Color Harmonies of #6E3256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3256

Black with #6E3256

Text Example


Text Example

White with #6E3256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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