#6F334B

Color #6F334B Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #6F334B

Tints of Flirt #6F334B

Color information

#6F334B (or 0x6F334B) is unknown color: approx Flirt. HEX triplet: 6F, 33 and 4B. RGB value is (111,51,75). Sum of RGB (Red+Green+Blue) = 111+51+75=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 111 - color contains mainly: red. Hex color #6F334B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F334B is #90CCB4. Grayscale: #474747. Windows color (decimal): -9489589 or 4928367. OLE color: 4928367.

HSL color Cylindrical-coordinate representation of color #6F334B: hue angle of 336º 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 #6F334B is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1115175-
CMYK00.540.320.56
HSL336º37.04%31.76%-
HSV(B)336º54.05%43.53%-
XYZ9.016.267.39-
YUV71.68129.88156.05-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.84%
GREEN value IS 51 (20.31% from 255) = 21.52%
BLUE value IS 75 (29.69% from 255) = 31.65%
R=46.84%
G=21.52%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111517500.540.320.5633637.0431.76
Hex6F334B03620381502520
Octal1576311306640705204540
Binary110111111001110010110110110100000111000101010000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F334B;
 }
 .AnyTagClassName
 {
   color: #6F334B;
 }
</style>
background-color css

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

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

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

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

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

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