#6F3B5B

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

Shades of Finn #6F3B5B

Tints of Finn #6F3B5B

Color information

#6F3B5B (or 0x6F3B5B) is unknown color: approx Finn. HEX triplet: 6F, 3B and 5B. RGB value is (111,59,91). Sum of RGB (Red+Green+Blue) = 111+59+91=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3B5B is #90C4A4. Grayscale: #4E4E4E. Windows color (decimal): -9487525 or 5978991. OLE color: 5978991.

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

Color convert

RGB1115991-
CMYK00.470.180.56
HSL323.08º30.59%33.33%-
HSV(B)323.08º46.85%43.53%-
XYZ10.017.2610.77-
YUV78.2135.23151.4-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.53%
GREEN value IS 59 (23.44% from 255) = 22.61%
BLUE value IS 91 (35.94% from 255) = 34.87%
R=42.53%
G=22.61%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111599100.470.180.56323.0830.5933.33
Hex6F3B5B02F12381431f21
Octal1577313305722705033741
Binary1101111111011101101101011111001011100010100001111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,59,91); }

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

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

 a { background-color: rgb(111,59,91); }

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

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

 span { border-color: rgb(111,59,91); }

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