#6F405E

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

Shades of Finn #6F405E

Tints of Finn #6F405E

Color information

#6F405E (or 0x6F405E) is unknown color: approx Finn. HEX triplet: 6F, 40 and 5E. RGB value is (111,64,94). Sum of RGB (Red+Green+Blue) = 111+64+94=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 111 - color contains mainly: red. Hex color #6F405E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F405E is #90BFA1. Grayscale: #515151. Windows color (decimal): -9486242 or 6176879. OLE color: 6176879.

HSL color Cylindrical-coordinate representation of color #6F405E: hue angle of 321.7º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F405E is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB1116494-
CMYK00.420.150.56
HSL321.7º26.86%34.31%-
HSV(B)321.7º42.34%43.53%-
XYZ10.417.8511.56-
YUV81.47135.07149.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.26%
GREEN value IS 64 (25.39% from 255) = 23.79%
BLUE value IS 94 (37.11% from 255) = 34.94%
R=41.26%
G=23.79%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111649400.420.150.56321.726.8634.31
Hex6F405E02AF381421b22
Octal15710013605217705023342
Binary1101111100000010111100101010111111100010100001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,64,94); }

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

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

 a { background-color: rgb(111,64,94); }

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

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

 span { border-color: rgb(111,64,94); }

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