Html Css Color HEX #6F2F46 Flirt

📋 copy color: '#6F2F46'

red 111 ◦ green 47 ◦ blue 70

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

Shades of Flirt #6F2F46

Tints of Flirt #6F2F46

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.61%

 BLUE value IS 70 (27.73% from 255) = 30.7%

R = 48.68%
G = 20.61%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#6F2F46 (or 0x6F2F46) is known color: Flirt. HEX triplet: 6F, 2F and 46. RGB value is (111,47,70). Sum of RGB (Red+Green+Blue) = 111+47+70=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 70 (27.73% from 255 or 30.70% from 228); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2F46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2F46 is #90D0B9. Grayscale: #444444. Windows color (decimal): -9490618 or 4599663. OLE color: 4599663.

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

Color convert

RGB 111 47 70 -
CMYK 0 0.58 0.37 0.56
HSL 338.44º 0.41% 0.31% -
HSV(B) 338.44º 0.58% 0.44% -
XYZ 8.68 5.85 6.47 -
YUV 68.76 128.7 158.13 -
System Red Green Blue C M Y K H S L
Decimal 111 47 70 0 0.58 0.37 0.56 338.44 0.41 0.31
Hex 6F 2F 46 0 3A 25 38 152 29 1F
Octal 157 57 106 0 72 45 70 522 51 37
Binary 1101111 101111 1000110 0 111010 100101 111000 101010010 101001 11111

Color Harmonies of #6F2F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2F46

Black with #6F2F46

Text Example


Text Example

White with #6F2F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,47,70); }

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

background-color css

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

 a { background-color: rgb(111,47,70); }

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

border-color css

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

 span { border-color: rgb(111,47,70); }

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