#6A4460

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

Shades of Finn #6A4460

Tints of Finn #6A4460

Color information

#6A4460 (or 0x6A4460) is unknown color: approx Finn. HEX triplet: 6A, 44 and 60. RGB value is (106,68,96). Sum of RGB (Red+Green+Blue) = 106+68+96=270 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.26% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4460 is #95BB9F. Grayscale: #525252. Windows color (decimal): -9812896 or 6308970. OLE color: 6308970.

HSL color Cylindrical-coordinate representation of color #6A4460: hue angle of 315.79º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6A4460 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB1066896-
CMYK00.360.090.58
HSL315.79º21.84%34.12%-
HSV(B)315.79º35.85%41.57%-
XYZ10.128.0412.09-
YUV82.55135.59144.72-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.26%
GREEN value IS 68 (26.95% from 255) = 25.19%
BLUE value IS 96 (37.89% from 255) = 35.56%
R=39.26%
G=25.19%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106689600.360.090.58315.7921.8434.12
Hex6A446002493A13c1622
Octal15210414004411724742642
Binary1101010100010011000000100100100111101010011110010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,68,96); }

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

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

 a { background-color: rgb(106,68,96); }

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

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

 span { border-color: rgb(106,68,96); }

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