Html Css Color HEX #6F304D Flirt

📋 copy color: '#6F304D'

red 111 ◦ green 48 ◦ blue 77

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

Shades of Flirt #6F304D

Tints of Flirt #6F304D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.34%

 BLUE value IS 77 (30.47% from 255) = 32.63%

R = 47.03%
G = 20.34%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#6F304D (or 0x6F304D) is known color: Flirt. HEX triplet: 6F, 30 and 4D. RGB value is (111,48,77). Sum of RGB (Red+Green+Blue) = 111+48+77=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F304D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F304D is #90CFB2. Grayscale: #464646. Windows color (decimal): -9490355 or 5058671. OLE color: 5058671.

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

Color convert

RGB 111 48 77 -
CMYK 0 0.57 0.31 0.56
HSL 332.38º 0.4% 0.31% -
HSV(B) 332.38º 0.57% 0.44% -
XYZ 8.95 6.03 7.71 -
YUV 70.14 131.87 157.14 -
System Red Green Blue C M Y K H S L
Decimal 111 48 77 0 0.57 0.31 0.56 332.38 0.4 0.31
Hex 6F 30 4D 0 39 1F 38 14C 28 1F
Octal 157 60 115 0 71 37 70 514 50 37
Binary 1101111 110000 1001101 0 111001 11111 111000 101001100 101000 11111

Color Harmonies of #6F304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F304D

Black with #6F304D

Text Example


Text Example

White with #6F304D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,48,77); }

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

background-color css

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

 a { background-color: rgb(111,48,77); }

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

border-color css

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

 span { border-color: rgb(111,48,77); }

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