Html Css Color HEX #6F344C Flirt

📋 copy color: '#6F344C'

red 111 ◦ green 52 ◦ blue 76

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

Shades of Flirt #6F344C

Tints of Flirt #6F344C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.76%

 BLUE value IS 76 (30.08% from 255) = 31.8%

R = 46.44%
G = 21.76%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F344C (or 0x6F344C) is known color: Flirt. HEX triplet: 6F, 34 and 4C. RGB value is (111,52,76). Sum of RGB (Red+Green+Blue) = 111+52+76=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F344C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F344C is #90CBB3. Grayscale: #484848. Windows color (decimal): -9489332 or 4994159. OLE color: 4994159.

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

Color convert

RGB 111 52 76 -
CMYK 0 0.53 0.32 0.56
HSL 335.59º 0.36% 0.32% -
HSV(B) 335.59º 0.53% 0.44% -
XYZ 9.09 6.36 7.59 -
YUV 72.38 130.05 155.55 -
System Red Green Blue C M Y K H S L
Decimal 111 52 76 0 0.53 0.32 0.56 335.59 0.36 0.32
Hex 6F 34 4C 0 35 20 38 150 24 20
Octal 157 64 114 0 65 40 70 520 44 40
Binary 1101111 110100 1001100 0 110101 100000 111000 101010000 100100 100000

Color Harmonies of #6F344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F344C

Black with #6F344C

Text Example


Text Example

White with #6F344C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,52,76); }

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

background-color css

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

 a { background-color: rgb(111,52,76); }

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

border-color css

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

 span { border-color: rgb(111,52,76); }

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