Html Css Color HEX #6E314F Flirt

📋 copy color: '#6E314F'

red 110 ◦ green 49 ◦ blue 79

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

Shades of Flirt #6E314F

Tints of Flirt #6E314F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.59%

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

R = 46.22%
G = 20.59%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6E314F (or 0x6E314F) is known color: Flirt. HEX triplet: 6E, 31 and 4F. RGB value is (110,49,79). Sum of RGB (Red+Green+Blue) = 110+49+79=238 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.22% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 110 - color contains mainly: red. Hex color #6E314F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E314F is #91CEB0. Grayscale: #464646. Windows color (decimal): -9555633 or 5189998. OLE color: 5189998.

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

Color convert

RGB 110 49 79 -
CMYK 0 0.55 0.28 0.57
HSL 330.49º 0.38% 0.31% -
HSV(B) 330.49º 0.55% 0.43% -
XYZ 8.94 6.08 8.1 -
YUV 70.66 132.71 156.06 -
System Red Green Blue C M Y K H S L
Decimal 110 49 79 0 0.55 0.28 0.57 330.49 0.38 0.31
Hex 6E 31 4F 0 37 1C 39 14A 26 1F
Octal 156 61 117 0 67 34 71 512 46 37
Binary 1101110 110001 1001111 0 110111 11100 111001 101001010 100110 11111

Color Harmonies of #6E314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E314F

Black with #6E314F

Text Example


Text Example

White with #6E314F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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