#6F445A

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

Shades of Finn #6F445A

Tints of Finn #6F445A

Color information

#6F445A (or 0x6F445A) is unknown color: approx Finn. HEX triplet: 6F, 44 and 5A. RGB value is (111,68,90). Sum of RGB (Red+Green+Blue) = 111+68+90=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 111 - color contains mainly: red. Hex color #6F445A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F445A is #90BBA5. Grayscale: #535353. Windows color (decimal): -9485222 or 5915759. OLE color: 5915759.

HSL color Cylindrical-coordinate representation of color #6F445A: hue angle of 329.3º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F445A is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1116890-
CMYK00.390.190.56
HSL329.3º24.02%35.1%-
HSV(B)329.3º38.74%43.53%-
XYZ10.478.2510.71-
YUV83.36131.75147.71-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.26%
GREEN value IS 68 (26.95% from 255) = 25.28%
BLUE value IS 90 (35.55% from 255) = 33.46%
R=41.26%
G=25.28%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111689000.390.190.56329.324.0235.1
Hex6F445A02713381491823
Octal15710413204723705113043
Binary11011111000100101101001001111001111100010100100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,68,90); }

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

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

 a { background-color: rgb(111,68,90); }

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

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

 span { border-color: rgb(111,68,90); }

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