Html Css Color HEX #6F2E51 Flirt

📋 copy color: '#6F2E51'

red 111 ◦ green 46 ◦ blue 81

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

Shades of Flirt #6F2E51

Tints of Flirt #6F2E51

RGB

 RED value IS 111 (43.75% from 255) = 46.64%

 GREEN value IS 46 (18.36% from 255) = 19.33%

 BLUE value IS 81 (32.03% from 255) = 34.03%

R = 46.64%
G = 19.33%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#6F2E51 (or 0x6F2E51) is known color: Flirt. HEX triplet: 6F, 2E and 51. RGB value is (111,46,81). Sum of RGB (Red+Green+Blue) = 111+46+81=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2E51 is #90D1AE. Grayscale: #454545. Windows color (decimal): -9490863 or 5320303. OLE color: 5320303.

HSL color Cylindrical-coordinate representation of color #6F2E51: hue angle of 327.69º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F2E51 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 46 81 -
CMYK 0 0.59 0.27 0.56
HSL 327.69º 0.41% 0.31% -
HSV(B) 327.69º 0.59% 0.44% -
XYZ 9.02 5.93 8.45 -
YUV 69.43 134.53 157.65 -
System Red Green Blue C M Y K H S L
Decimal 111 46 81 0 0.59 0.27 0.56 327.69 0.41 0.31
Hex 6F 2E 51 0 3B 1B 38 148 29 1F
Octal 157 56 121 0 73 33 70 510 51 37
Binary 1101111 101110 1010001 0 111011 11011 111000 101001000 101001 11111

Color Harmonies of #6F2E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2E51

Black with #6F2E51

Text Example


Text Example

White with #6F2E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,46,81); }

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

background-color css

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

 a { background-color: rgb(111,46,81); }

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

border-color css

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

 span { border-color: rgb(111,46,81); }

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