Html Css Color HEX #6F334C Flirt

📋 copy color: '#6F334C'

red 111 ◦ green 51 ◦ blue 76

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

Shades of Flirt #6F334C

Tints of Flirt #6F334C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.43%

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

R = 46.64%
G = 21.43%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F334C (or 0x6F334C) is known color: Flirt. HEX triplet: 6F, 33 and 4C. RGB value is (111,51,76). Sum of RGB (Red+Green+Blue) = 111+51+76=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F334C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F334C is #90CCB3. Grayscale: #474747. Windows color (decimal): -9489588 or 4993903. OLE color: 4993903.

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

Color convert

RGB 111 51 76 -
CMYK 0 0.54 0.32 0.56
HSL 335º 0.37% 0.32% -
HSV(B) 335º 0.54% 0.44% -
XYZ 9.04 6.27 7.57 -
YUV 71.79 130.38 155.97 -
System Red Green Blue C M Y K H S L
Decimal 111 51 76 0 0.54 0.32 0.56 335 0.37 0.32
Hex 6F 33 4C 0 36 20 38 14F 25 20
Octal 157 63 114 0 66 40 70 517 45 40
Binary 1101111 110011 1001100 0 110110 100000 111000 101001111 100101 100000

Color Harmonies of #6F334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F334C

Black with #6F334C

Text Example


Text Example

White with #6F334C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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