#6A485E

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

Shades of Finn #6A485E

Tints of Finn #6A485E

Color information

#6A485E (or 0x6A485E) is unknown color: approx Finn. HEX triplet: 6A, 48 and 5E. RGB value is (106,72,94). Sum of RGB (Red+Green+Blue) = 106+72+94=272 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.97% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 106 - color contains mainly: red. Hex color #6A485E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A485E is #95B7A1. Grayscale: #545454. Windows color (decimal): -9811874 or 6178922. OLE color: 6178922.

HSL color Cylindrical-coordinate representation of color #6A485E: hue angle of 321.18º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A485E is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB1067294-
CMYK00.320.110.58
HSL321.18º19.1%34.9%-
HSV(B)321.18º32.08%41.57%-
XYZ10.288.5111.69-
YUV84.67133.26143.21-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.97%
GREEN value IS 72 (28.52% from 255) = 26.47%
BLUE value IS 94 (37.11% from 255) = 34.56%
R=38.97%
G=26.47%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106729400.320.110.58321.1819.134.9
Hex6A485E020B3A1411323
Octal15211013604013725012343
Binary1101010100100010111100100000101111101010100000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,72,94); }

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

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

 a { background-color: rgb(106,72,94); }

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

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

 span { border-color: rgb(106,72,94); }

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