Html Css Color HEX #6F364E Flirt

📋 copy color: '#6F364E'

red 111 ◦ green 54 ◦ blue 78

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

Shades of Flirt #6F364E

Tints of Flirt #6F364E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.22%

 BLUE value IS 78 (30.86% from 255) = 32.1%

R = 45.68%
G = 22.22%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#6F364E (or 0x6F364E) is known color: Flirt. HEX triplet: 6F, 36 and 4E. RGB value is (111,54,78). Sum of RGB (Red+Green+Blue) = 111+54+78=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 111 - color contains mainly: red. Hex color #6F364E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F364E is #90C9B1. Grayscale: #494949. Windows color (decimal): -9488818 or 5125743. OLE color: 5125743.

HSL color Cylindrical-coordinate representation of color #6F364E: hue angle of 334.74º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F364E is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 54 78 -
CMYK 0 0.51 0.30 0.56
HSL 334.74º 0.35% 0.32% -
HSV(B) 334.74º 0.51% 0.44% -
XYZ 9.25 6.57 7.99 -
YUV 73.78 130.38 154.55 -
System Red Green Blue C M Y K H S L
Decimal 111 54 78 0 0.51 0.30 0.56 334.74 0.35 0.32
Hex 6F 36 4E 0 33 1E 38 14F 23 20
Octal 157 66 116 0 63 36 70 517 43 40
Binary 1101111 110110 1001110 0 110011 11110 111000 101001111 100011 100000

Color Harmonies of #6F364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F364E

Black with #6F364E

Text Example


Text Example

White with #6F364E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,54,78); }

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

background-color css

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

 a { background-color: rgb(111,54,78); }

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

border-color css

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

 span { border-color: rgb(111,54,78); }

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